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

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

目标

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

GITHUB | GITEE

官网 springboot.plus

V2.0 视频介绍

主要特性

  • 集成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目录

项目结构

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

spring-boot-plus IDEA Sources Views

spring-boot-plus-v2.0发布了-让天下没有难写的代码_第1张图片

Spring Boot Admin Instances

spring-boot-plus-v2.0发布了-让天下没有难写的代码_第2张图片
spring-boot-plus-v2.0发布了-让天下没有难写的代码_第3张图片

Swagger文档

http://localhost:8888/api/swagger-ui.html
spring-boot-plus-v2.0发布了-让天下没有难写的代码_第4张图片
spring-boot-plus-v2.0发布了-让天下没有难写的代码_第5张图片

问Knife4j文档

http://localhost:8888/api/doc.html
spring-boot-plus-v2.0发布了-让天下没有难写的代码_第6张图片
spring-boot-plus-v2.0发布了-让天下没有难写的代码_第7张图片

spring-boot-plus-vue 前端项目

GITHUB-REPO

VUE演示地址

VUE主页

spring-boot-plus-v2.0发布了-让天下没有难写的代码_第8张图片

系统用户列表

spring-boot-plus-v2.0发布了-让天下没有难写的代码_第9张图片

系统角色列表

spring-boot-plus-v2.0发布了-让天下没有难写的代码_第10张图片

系统菜单列表

spring-boot-plus-v2.0发布了-让天下没有难写的代码_第11张图片

官网 springboot.plus