Skip to content

Commit 9556513

Browse files
author
geekidea
committed
README.md
1 parent 257b8a9 commit 9556513

File tree

2 files changed

+42
-25
lines changed

2 files changed

+42
-25
lines changed

README-zh.md

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,31 @@
3434
#### [springboot.plus](http://springboot.plus)
3535

3636
### 主要特性
37-
1. 集成spring boot 常用开发组件集、公共配置、AOP日志等
38-
2. 集成mybatis plus快速dao操作
39-
3. 快速生成后台代码: entity/param/vo/controller/service/mapper/xml
40-
4. 集成swagger2,可自动生成api文档
41-
5. 集成jwt、shiro/spring security权限控制
42-
6. 集成redis、spring cache、ehcache缓存
43-
7. 集成rabbit/rocket/kafka mq消息队列
44-
8. 集成druid连接池,JDBC性能和慢查询检测
45-
9. 集成spring boot admin,实时检测项目运行情况
46-
10. 使用assembly maven插件进行不同环境打包部署,包含启动、重启命令,配置文件提取到外部config目录
47-
48-
## 项目架构
49-
![spring-boot-plus-architecture.jpg](https://spring-boot-plus.gitee.io/img/spring-boot-plus-architecture.jpg)
37+
- 集成spring boot 常用开发组件集、公共配置、AOP日志等
38+
- Maven多模块架构
39+
- 集成mybatis plus快速dao操作
40+
- 快速生成后台代码: entity/param/vo/controller/service/mapper/xml
41+
- 集成Swagger/Knife4j,可自动生成api文档
42+
- 集成jwt、shiro权限控制
43+
- 集成Redis缓存
44+
- 集成HikariCP连接池,JDBC性能和慢查询检测
45+
- 集成spring boot admin,实时检测项目运行情况
46+
- 使用assembly maven插件进行不同环境打包部署,包含启动、重启命令,配置文件提取到外部config目录
47+
48+
## 项目结构
49+
```text
50+
└── spring-boot-plus
51+
├── admin SpringBootAdmin Server模块
52+
├── bootstrap 项目启动模块
53+
├── config 配置模块
54+
├── distribution 打包模块
55+
├── docs 文档目录
56+
├── example 示例模块,自己的业务可新建多个模块处理
57+
├── framework 框架核心模块
58+
├── generator 代码生成模块
59+
├── scheduled 任务调度模块
60+
└── system 系统模块
61+
```
5062

5163
### 项目环境
5264
中间件 | 版本 | 备注
@@ -293,9 +305,6 @@ public class SpringBootPlusApplication {
293305
![knife4j.png](https://geekidea.oss-cn-chengdu.aliyuncs.com/spring-boot-plus/img/knife4j.png)
294306
![knife4j-1.png](https://geekidea.oss-cn-chengdu.aliyuncs.com/spring-boot-plus/img/knife4j-1.png)
295307

296-
## 快速开始
297-
[快速开始](https://springboot.plus/guide/quick-start.html)
298-
299308
## CentOS快速安装环境/构建/部署/启动spring-boot-plus项目
300309
### 1. 下载安装脚本
301310
> 安装 `jdk`, `git`, `maven`, `redis`, `mysql`

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,30 @@
3737

3838
## Features
3939
- Integrated spring boot common development component set, common configuration, AOP log, etc
40+
- Maven Module Project
4041
- Integrated mybatis-plus fast dao operation
4142
- Quickly generate background code:entity/param/vo/controller/service/mapper/xml
4243
- Integrated swagger2, automatic generation of api documents
4344
- Integrated JWT,Shiro/Spring security permission control
44-
- Integrated Redis、spring cache、ehcache,etc
45-
- Integrated Rabbit/Rocket/Kafka MQ
45+
- Integrated Redis Cache
4646
- Integration HikariCP connection pool, A solid, high-performance, JDBC connection pool at last.
4747
- Integrated Spring Boot Admin, real-time detection of project operation
4848
- Integrate maven-assembly-plugin for different environment package deployment, including startup and restart commands, and extract configuration files to external config directory
4949

50-
## Architecture
51-
![spring-boot-plus-architecture.jpg](https://springboot.plus/img/spring-boot-plus-architecture.jpg)
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+
```
5264

5365
### Project Environment
5466
Middleware | Version | Remark
@@ -400,10 +412,6 @@ public class SpringBootPlusApplication {
400412
![knife4j-1.png](https://geekidea.oss-cn-chengdu.aliyuncs.com/spring-boot-plus/img/knife4j-1.png)
401413

402414

403-
## Quick Start
404-
[Quick Start](https://springboot.plus/guide/quick-start.html)
405-
406-
407415
## CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project
408416

409417
### 1. Download the installation script
@@ -479,7 +487,7 @@ tail -f -n 1000 /spring-boot-plus-server-2.0/logs/spring-boot-plus.log
479487
480488
## spring-boot-plus-vue Front-end Project
481489
### [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/)
483491
#### VUE HOME
484492
![VUE HOME](https://geekidea.oss-cn-chengdu.aliyuncs.com/spring-boot-plus/img/springbootplusvue.png)
485493
#### System User List

0 commit comments

Comments
 (0)