File tree 2 files changed +17
-18
lines changed
2 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 33
33
## 官网
34
34
#### [ springboot.plus] ( http://springboot.plus )
35
35
36
- ## CHANGELOG
37
- #### [ CHANGELOG.md] ( https://github.com/geekidea/spring-boot-plus/blob/master/CHANGELOG.md )
38
-
39
- ## Java Docs
40
- #### [ Java Api Docs] ( http://geekidea.io/spring-boot-plus-apidocs/ )
41
-
42
- ## 项目架构
43
- ![ spring-boot-plus-architecture.jpg] ( https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg )
44
-
45
36
### 主要特性
46
37
1 . 集成spring boot 常用开发组件集、公共配置、AOP日志等
47
38
2 . 集成mybatis plus快速dao操作
54
45
9 . 集成spring boot admin,实时检测项目运行情况
55
46
10 . 使用assembly maven插件进行不同环境打包部署,包含启动、重启命令,配置文件提取到外部config目录
56
47
48
+ ## 项目架构
49
+ ![ spring-boot-plus-architecture.jpg] ( https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg )
50
+
57
51
### 项目环境
58
52
中间件 | 版本 | 备注
59
53
-|-|-
@@ -81,6 +75,11 @@ jwt | 0.9.1 | json web token |
81
75
hutool-all | 4.6.4 | 常用工具集 |
82
76
lombok | 1.18.8 | 注解生成Java Bean等工具 |
83
77
78
+ ## CHANGELOG
79
+ #### [ CHANGELOG.md] ( https://github.com/geekidea/spring-boot-plus/blob/master/CHANGELOG.md )
80
+
81
+ ## Java Docs
82
+ #### [ Java Api Docs] ( http://geekidea.io/spring-boot-plus-apidocs/ )
84
83
85
84
## 使用
86
85
### 克隆 spring-boot-plus
Original file line number Diff line number Diff line change 35
35
## Website
36
36
#### [ springboot.plus] ( http://springboot.plus )
37
37
38
- ## CHANGELOG
39
- #### [ CHANGELOG.md] ( https://github.com/geekidea/spring-boot-plus/blob/master/CHANGELOG.md )
40
-
41
- ## Java Docs
42
- #### [ Java Api Docs] ( http://geekidea.io/spring-boot-plus-apidocs/ )
43
-
44
- ## Architecture
45
- ![ spring-boot-plus-architecture.jpg] ( https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg )
46
-
47
38
## Features
48
39
- Integrated spring boot common development component set, common configuration, AOP log, etc
49
40
- Integrated mybatis-plus fast dao operation
56
47
- Integrated Spring Boot Admin, real-time detection of project operation
57
48
- Integrate maven-assembly-plugin for different environment package deployment, including startup and restart commands, and extract configuration files to external config directory
58
49
50
+ ## Architecture
51
+ ![ spring-boot-plus-architecture.jpg] ( https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg )
52
+
59
53
### Project Environment
60
54
Middleware | Version | Remark
61
55
-|-|-
@@ -83,6 +77,12 @@ jwt | 0.9.1 | JSON WEB TOKEN |
83
77
hutool-all | 4.6.4 | Common toolset |
84
78
lombok | 1.18.8 | Automatically plugs |
85
79
80
+ ## CHANGELOG
81
+ #### [ CHANGELOG.md] ( https://github.com/geekidea/spring-boot-plus/blob/master/CHANGELOG.md )
82
+
83
+ ## Java Docs
84
+ #### [ Java Api Docs] ( http://geekidea.io/spring-boot-plus-apidocs/ )
85
+
86
86
## Getting started
87
87
### Clone spring-boot-plus
88
88
``` bash
You can’t perform that action at this time.
0 commit comments