springbootplus后台快速开发框架100RELEASE发布了

32次阅读

共计 1044 个字符,预计需要花费 3 分钟才能阅读完成。

Introduction

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

Purpose

每个人都可以独立、快速、高效地开发项目!

Everyone can develop projects independently, quickly and efficiently!

Quick Start

官网地址:springboot.plus

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

GITEE:https://gitee.com/geekidea/spring-boot-plus

主要特性

  1. 集成 spring boot 常用开发组件集、公共配置、AOP 日志等
  2. 集成 mybatis plus 快速 dao 操作
  3. 快速生成后台代码: entity/param/vo/controller/service/mapper/xml
  4. 集成 swagger2,可自动生成 api 文档
  5. 集成 jwt、spring security 权限控制
  6. 集成 redis、spring cache、ehcache 缓存
  7. 集成 rabbit/rocket/kafka mq 消息队列
  8. 集成 druid 连接池,JDBC 性能和慢查询检测
  9. 集成 spring boot admin,实时检测项目运行情况
  10. 使用 assembly maven 插件进行不同环境打包部署, 包含启动、重启命令,配置文件提取到外部 config 目录

项目环境

中间件 版本 备注
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 常用工具集

官网地址:springboot.plus

正文完
 0