|
37 | 37 |
|
38 | 38 | ## Features |
39 | 39 | - Integrated spring boot common development component set, common configuration, AOP log, etc |
| 40 | +- Maven Module Project |
40 | 41 | - Integrated mybatis-plus fast dao operation |
41 | 42 | - Quickly generate background code:entity/param/vo/controller/service/mapper/xml |
42 | 43 | - Integrated swagger2, automatic generation of api documents |
43 | 44 | - Integrated JWT,Shiro/Spring security permission control |
44 | | -- Integrated Redis、spring cache、ehcache,etc |
45 | | -- Integrated Rabbit/Rocket/Kafka MQ |
| 45 | +- Integrated Redis Cache |
46 | 46 | - Integration HikariCP connection pool, A solid, high-performance, JDBC connection pool at last. |
47 | 47 | - Integrated Spring Boot Admin, real-time detection of project operation |
48 | 48 | - Integrate maven-assembly-plugin for different environment package deployment, including startup and restart commands, and extract configuration files to external config directory |
49 | 49 |
|
50 | | -## Architecture |
51 | | - |
| 50 | +## Project structure |
| 51 | +```text |
| 52 | +└── spring-boot-plus |
| 53 | + ├── admin SpringBootAdmin Server Module |
| 54 | + ├── bootstrap Project Bootstrap Module |
| 55 | + ├── config Config Module |
| 56 | + ├── distribution Maven assembly Module |
| 57 | + ├── docs Document |
| 58 | + ├── example Example Module |
| 59 | + ├── framework Framework Core Module |
| 60 | + ├── generator Code Generator Module |
| 61 | + ├── scheduled Scheduled Module |
| 62 | + └── system System Manager Module |
| 63 | +``` |
52 | 64 |
|
53 | 65 | ### Project Environment |
54 | 66 | Middleware | Version | Remark |
@@ -400,10 +412,6 @@ public class SpringBootPlusApplication { |
400 | 412 |  |
401 | 413 |
|
402 | 414 |
|
403 | | -## Quick Start |
404 | | -[Quick Start](https://springboot.plus/guide/quick-start.html) |
405 | | - |
406 | | - |
407 | 415 | ## CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project |
408 | 416 |
|
409 | 417 | ### 1. Download the installation script |
@@ -479,7 +487,7 @@ tail -f -n 1000 /spring-boot-plus-server-2.0/logs/spring-boot-plus.log |
479 | 487 |
|
480 | 488 | ## spring-boot-plus-vue Front-end Project |
481 | 489 | ### [GITHUB-REPO](https://github.com/geekidea/spring-boot-plus-vue) |
482 | | -### [VUE演示地址](http://47.105.159.10/) |
| 490 | +### [VUE WebSite](http://47.105.159.10/) |
483 | 491 | #### VUE HOME |
484 | 492 |  |
485 | 493 | #### System User List |
|
0 commit comments