Everyone can develop projects independently, quickly and efficiently!
Introduction
spring-boot-plus is a background rapid development framework that integrates spring boot common development components.
Purpose
Everyone can develop projects independently, quickly and efficiently!
Quick Start
Docs website:springboot.plus
GITHUB:https://github.com/geekidea/spring-boot-plus
GITEE:https://gitee.com/geekidea/spring-boot-plus
Features
- Integrated spring boot common development component set, common configuration, AOP log, etc
- Integrated mybatis-plus fast dao operation
- Quickly generate background code:entity/param/vo/controller/service/mapper/xml
- Integrated swagger2, automatic generation of api documents
- Integrated JWT, spring security permission control
- Integrated Redis、spring cache、ehcache,etc
- Integrated Rabbit/Rocket/Kafka MQ
- Integration alibaba druid connection pool, JDBC performance and slow query detection
- Integrated Spring Boot Admin, real-time detection of project operation
- Integrate maven-assembly-plugin for different environment package deployment, including startup and restart commands, and extract configuration files to external config directory
Project Environment
| Middleware | Version | Remark |
|---|---|---|
| JDK | 1.8+ | JDK1.8 and above |
| MySQL | 5.7+ | 5.7 and above |
| Redis | 3.2+ |
Technology stack
| Component | Version | Remark |
|---|---|---|
| Spring Boot | 2.1.6.RELEASE | Latest release stable version |
| Spring Framework | 5.1.8.RELEASE | Latest release stable version |
| Mybatis | 3.5.1 | DAO Framework |
| Mybatis Plus | 3.1.1 | mybatis Enhanced framework |
| Alibaba Druid | 1.1.17 | Data source |
| Fastjson | 1.2.58 | JSON processing toolset |
| swagger2 | 2.6.1 | Api document generation tool |
| commons-lang3 | 3.9 | Apache language toolkit |
| commons-io | 2.6 | Apache IO Toolkit |
| commons-codec | 1.12 | Apache Toolkit such as encryption and decryption |
| commons-collections | 3.2.1 | Apache collections toolkit |
| reflections | 0.9.11 | Reflection Toolkit |
| hibernate-validator | 6.0.17.Final | Validator toolkit |
| jwt | 0.9.1 | JSON WEB TOKEN |
| hutool-all | 4.5.10 | Common toolset |
Top comments (0)