Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 865 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 865 Bytes

LazyEgg

LazyEgg-应用开发层框架——懒蛋

  1. 后台管理 -
    • 数据表管理
  2. 门户 -
LazyEgg
├── lazyegg-parent      公共依赖管理
├── lazyegg-start       项目启动工程
├── lazyegg-core    
│   ├── logger     业务系统日志
│   |   ├── xxxx     xxx
│   |   └── xxxx   
│   ├── xxxx     xxx
│   └── xxxx   
├── lazyegg-core-auth    鉴权相关核心功能集成 - 提供给需要鉴权的web功能服务调用
│   ├── config     配置
│   |   ├── shiro     Shiro相关配置
│   |   ├── xss       XSS
│   |   └── xxxx     
│   └── xxx
└── lazyegg-common      通用组件
│   ├── exception 异常处理
│   ├── util      工具类
│   └── xxxx  
└───── xxx