spring-boot-plus v2.0 发布了,让天下没有难写的代码


spring-boot-plus v2.0 发布了,让天下没有难写的代码


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

Spring-Boot-Plus是易于使用,快速,高效,功能丰富,开源的spring boot 脚手架.

前后端分离,专注于后端服务

目标

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

主要特性

  • 集成spring boot 常用开发组件集、公共配置、AOP日志等
  • Maven多模块架构
  • 集成mybatis plus快速dao操作
  • 快速生成后台代码: entity/param/vo/controller/service/mapper/xml
  • 集成Swagger/Knife4j,可自动生成api文档
  • 集成jwt、shiro权限控制
  • 集成Redis缓存
  • 集成HikariCP连接池,JDBC性能和慢查询检测
  • 集成spring boot admin,实时检测项目运行情况
  • 使用assembly maven插件进行不同环境打包部署,包含启动、重启命令,配置文件提取到外部config目录

项目结构

<code>└── spring-boot-plus
├── admin SpringBootAdmin Server模块
├── bootstrap spring-boot-plus 启动模块
├── config 配置模块
├── distribution 打包模块
├── docs 文档目录
├── example 示例模块,自己的业务可新建多个模块处理
├── framework 框架核心模块
├── generator 代码生成模块
├── scheduled 任务调度模块
└── system 系统模块/<code>

spring-boot-plus V2.0 IDEA代码目录结构展示


Spring Boot Admin Server

spring-boot-plus v2.0 发布了,让天下没有难写的代码

spring-boot-plus v2.0 发布了,让天下没有难写的代码

Swagger API 文档


spring-boot-plus v2.0 发布了,让天下没有难写的代码

Knife4j API文档


spring-boot-plus v2.0 发布了,让天下没有难写的代码

VUE页面

spring-boot-plus v2.0 发布了,让天下没有难写的代码

spring-boot-plus v2.0 发布了,让天下没有难写的代码

spring-boot-plus v2.0 发布了,让天下没有难写的代码

spring-boot-plus v2.0 发布了,让天下没有难写的代码


分享到:


相關文章: