Spring boot background rapid development framework

image

  1. 01

Main frame:  development language java
Spring-Boot-Plus is an easy-to-use, fast, efficient, feature-rich, open source spring boot scaffolding. The front and back ends are separated, focusing on back-end services.
  1. 02

Main application scenario: rapid development in the background

  1. 03

The main function

  1. Integrate spring boot common development component set, common configuration, AOP log, etc.
  2. Integrate mybatis plus for quick dao operation
  3. Quickly generate background code
  4. Integrate swagger2, can automatically generate api documentation
  5. Integrated jwt, spring security permission control
  6. Integrated redis, spring cache, ehcache cache
  7. Integrated rabbit/rocket/kafka mq message queue
  8. Integrated druid connection pool, JDBC performance and slow query detection
  9. Integrated spring boot admin, real-time detection of project operation
  10. Use the assembly maven plug-in to package and deploy in different environments, including startup and restart commands, and extract configuration files to the external config directory
  1. 04

Download source project and source code

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

  1. Scan QR code to follow

image (Public Account)
image (WeChat)
  1. Disclaimer

[ Writing instructions ] The above content is shared with programmers who like to program and have dreams, and hope to help you. The above article belongs to the original public account. If you need to reprint, please indicate the source. [ Disclaimer ] This public platform is not an advertiser, nor does it advertise for other third-party websites or individuals. The source code and articles shared here are some of the projects that I think are good in the project and study. Some voluntary download or payment behaviors generated by users. There is no direct relationship with the platform [ Submission Email ] [email protected]  Welcome to contribute and share your high-quality source code or articles


Guess you like

Origin blog.51cto.com/15067267/2576565