1
1
<p align =" center " >
2
2
<a href =" https://github.com/geekidea/spring-boot-plus " >
3
- <img alt =" spring-boot-plus logo " src =" https://raw.githubusercontent.com/geekidea/spring-boot-plus/dev /docs/img/logo.png " >
3
+ <img alt =" spring-boot-plus logo " src =" https://raw.githubusercontent.com/geekidea/spring-boot-plus/master /docs/img/logo.png " >
4
4
</a >
5
5
</p >
6
6
<p align =" center " >
24
24
### A ** easy-to-use** , ** high-speed** , ** high-efficient** , ** feature-rich** , ** open source** spring boot scaffolding.
25
25
> spring-boot-plus is a background rapid development framework that integrates spring boot common development components.
26
26
27
+ > Front-end and back-end separation, focusing on back-end services
28
+
27
29
## Purpose
28
30
> Everyone can develop projects independently, quickly and efficiently!
29
31
30
32
## Repository
31
33
#### [ GITHUB] ( https://github.com/geekidea/spring-boot-plus ) | [ GITEE] ( https://gitee.com/geekidea/spring-boot-plus )
32
34
33
35
## Website
34
- #### [ springboot.plus] ( http://springboot.plus?_blank )
36
+ #### [ springboot.plus] ( http://springboot.plus )
37
+
38
+ ## CHANGELOG
39
+ #### [ CHANGELOG.md] ( https://github.com/geekidea/spring-boot-plus/blob/master/CHANGELOG.md )
35
40
36
41
## Architecture
37
42
![ spring-boot-plus-architecture.jpg] ( https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg )
@@ -221,25 +226,25 @@ public class SpringBootPlusApplication {
221
226
```
222
227
223
228
### 4. Access project swagger docs
224
- [ http://127.0.0.1:8888/swagger-ui.html ] ( http://127.0.0.1:8888/swagger-ui.html?_blank )
229
+ [ http://127.0.0.1:8888/swagger-ui.html ] ( http://127.0.0.1:8888/swagger-ui.html )
225
230
226
231
### 5. SysUser CRUD Swagger
227
232
![ sys_user_swagger.png] ( https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/sys_user_swagger.png )
228
233
229
234
230
235
## Quick Start
231
- [ Quick Start] ( https://springboot.plus/guide/quick-start.html?_blank )
236
+ [ Quick Start] ( https://springboot.plus/guide/quick-start.html )
232
237
233
238
## Documentation
234
- [ https://springboot.plus ] ( https://springboot.plus?_blank )
239
+ [ https://springboot.plus ] ( https://springboot.plus )
235
240
236
241
237
242
## CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project
238
243
### 1. Download the installation script
239
244
> Install ` jdk ` , ` git ` , ` maven ` , ` redis ` , ` mysql `
240
245
241
246
``` bash
242
- wget -O download-install-all.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/dev /docs/bin/install/download-install-all.sh
247
+ wget -O download-install-all.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/master /docs/bin/install/download-install-all.sh
243
248
```
244
249
245
250
### 2. Run the installation script
265
270
266
271
# ## 5. Download deployment script `deploy.sh`
267
272
` ` ` bash
268
- wget -O deploy.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/dev /deploy/deploy.sh
273
+ wget -O deploy.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/master /deploy/deploy.sh
269
274
` ` `
270
275
271
276
# ## 6. Execution script
@@ -276,11 +281,11 @@ sh deploy.sh
276
281
# ## 7.Access project
277
282
> SpringBootAdmin Management page
278
283
279
- [http://47.105.159.10:8888](http://47.105.159.10:8888? _blank )
284
+ [http://47.105.159.10:8888](http://47.105.159.10:8888)
280
285
281
286
> spring-boot-plus Swagger Document page
282
287
283
- [http://47.105.159.10:8888/docs](http://47.105.159.10:8888/docs? _blank )
288
+ [http://47.105.159.10:8888/docs](http://47.105.159.10:8888/docs)
284
289
285
290
# ## 8. View project run log
286
291
` ` ` bash
0 commit comments