|
há 1 ano atrás | |
---|---|---|
.idea | há 1 ano atrás | |
admin | há 1 ano atrás | |
bootstrap | há 1 ano atrás | |
config | há 1 ano atrás | |
docs | há 1 ano atrás | |
framework | há 1 ano atrás | |
generator | há 1 ano atrás | |
management-server | há 1 ano atrás | |
mobile-server | há 1 ano atrás | |
scheduled | há 1 ano atrás | |
system | há 1 ano atrás | |
Downloads.zip | há 1 ano atrás | |
README.md | há 1 ano atrás | |
parent.iml | há 1 ano atrás | |
pom.xml | há 1 ano atrás |
└── parent
├── admin SpringBootAdmin Server模块
├── bootstrap boot 项目启动模块
├── config 配置模块
├── docs 文档目录
├── framework 框架核心模块
├── generator 代码生成模块
├── scheduled 任务调度模块
├── school 官网后台业务模块
├── system 后台管理系统权限模块
└── web 官网接口模块
中间件 | 版本 | 备注 -|-|- JDK | 1.8+ | JDK1.8及以上 | MySQL | 5.7+ | 5.7及以上 | Redis | 3.2+ | |
技术 | 版本 | 备注 -|-|- Spring Boot | 2.2.0.RELEASE | 最新发布稳定版 | Spring Framework | 5.2.0.RELEASE | 最新发布稳定版 | Spring Boot Admin| 2.2.2 | 管理和监控SpringBoot应用程序 | Mybatis | 3.5.3 | 持久层框架 | Mybatis Plus | 3.3.1 | mybatis增强框架 | HikariCP | 3.4.2 | 数据源 | Fastjson | 1.2.67 | JSON处理工具集 | Swagger2 | 2.9.2 | api文档生成工具 | Knife4j | 2.0.2 | api文档生成工具 | commons-lang3 | 3.9 | 常用工具包 | commons-io | 2.6 | IO工具包 | commons-codec | 1.14 | 加密解密等工具包 | commons-collections4 | 4.4 | 集合工具包 | reflections | 0.9.9 | 反射工具包 | hibernate-validator | 6.0.18.Final | 后台参数校验注解 | Shiro | 1.5.1 | 权限控制 | JWT | 3.10.1 | JSON WEB TOKEN | hutool-all | 5.2.4 | 常用工具集 | lombok | 1.18.12 | 注解生成Java Bean等工具 | mapstruct | 1.3.1.Final | 对象属性复制工具 |