spring-boot-plus v2.0 released, so that the code world is not difficult to write

spring-boot-plus background is an integrated framework for rapid development common spring boot component development

Spring-Boot-Plus is easy to use, fast, efficient, feature-rich, open-source spring boot scaffolding.

Before and after the end of the separation, focusing on back-end services

aims

Everyone can be independent, rapid and efficient development of the project!

Key Features

  • Integrated development spring boot common set of components, a common configuration, the AOP logs
  • Maven multi-module architecture
  • Integrated mybatis plus fast dao operation
  • Background quickly generate Code: entity / param / vo / controller / service / mapper / xml
  • Integrated Swagger / Knife4j, can be automatically generated api documentation
  • Integrated jwt, shiro access control
  • Integrated Redis Cache
  • Integrated HikariCP connection pool, JDBC performance and detection of slow queries
  • Integrated spring boot admin, real-time detection operation of the project
  • Use assembly maven plugin package deployed in different environments, contains the boot, reboot command, the configuration file is extracted to an external config directory

Project structure

The Spring-PLUS-the Boot └── 
    ├── ADMIN SpringBootAdmin Server module 
    ├── bootstrap spring-boot-plus start module 
    ├── config configuration module 
    ├── distribution package module 
    ├── docs document directory 
    ├── example example module , New traffic may own multiple processing modules 
    ├── framework core module frame 
    ├── generator code generation module 
    ├── scheduled task scheduling module 
    └── system system modules

spring-boot-plus V2.0 IDEA display code directory structure

spring-boot-plus-idea

Spring Boot Admin Server

spring-boot-admin instances

spring-boot-admin statistics

Swagger API Documentation

swagger-ui.png

swagger-ui-1.png

Knife4j API Documentation

knife4j.png

knife4j-1.png

VUE page

VUE Home

User List

Roles Module System

System menu list

Guess you like

Origin www.oschina.net/news/114452/spring-boot-plus-2-0-released