spring-boot-plus

spring-boot-plus是一套集成spring boot常用开发组件的后台快速开发框架

官网地址:springboot.plus

GITHUB:https://github.com/geekidea/spring-boot-plus

博客:geekidea.io

主要特性

  1. 集成spring boot 常用开发组件集
  2. 集成mybatis plus快速dao操作
  3. 快速生成后台代码: entity/param/vo/controller/service/mapper/xml
  4. 不同环境打包配置部署
  5. spring boot 公共配置、AOP日志等

项目环境

JDK1.8+JDK1.8及以上
MySQL5.7+5.7及以上
Redis3.2+

技术选型

Spring Boot2.1.6.RELEASE最新发布稳定版
Spring Framework5.1.8.RELEASE最新发布稳定版
Mybatis3.5.1持久层框架
Mybatis Plus3.1.1mybatis增强框架
Alibaba Druid1.1.17数据源
Fastjson1.2.58JSON处理工具集
swagger22.7.0api文档生成工具
commons-lang33.9常用工具包
commons-io2.6IO工具包
commons-codec1.12加密解密等工具包
commons-collections3.2.1集合工具包
reflections0.9.11反射工具包
hibernate-validator6.0.17.Final后台参数校验注解
jwt0.9.1json web token
hutool-all4.5.10常用工具集
05-11 11:13
查看更多