11<p align =" center " >
22 <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 " >
44 </a >
55</p >
66<p align =" center " >
2424### A ** easy-to-use** , ** high-speed** , ** high-efficient** , ** feature-rich** , ** open source** spring boot scaffolding.
2525> spring-boot-plus is a background rapid development framework that integrates spring boot common development components.
2626
27+ > Front-end and back-end separation, focusing on back-end services
28+
2729## Purpose
2830> Everyone can develop projects independently, quickly and efficiently!
2931
3032## Repository
3133#### [ GITHUB] ( https://github.com/geekidea/spring-boot-plus ) | [ GITEE] ( https://gitee.com/geekidea/spring-boot-plus )
3234
3335## 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 )
3540
3641## Architecture
3742![ 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 {
221226```
222227
223228### 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 )
225230
226231### 5. SysUser CRUD Swagger
227232![ sys_user_swagger.png] ( https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/sys_user_swagger.png )
228233
229234
230235## Quick Start
231- [ Quick Start] ( https://springboot.plus/guide/quick-start.html?_blank )
236+ [ Quick Start] ( https://springboot.plus/guide/quick-start.html )
232237
233238## Documentation
234- [ https://springboot.plus ] ( https://springboot.plus?_blank )
239+ [ https://springboot.plus ] ( https://springboot.plus )
235240
236241
237242## CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project
238243### 1. Download the installation script
239244> Install ` jdk ` , ` git ` , ` maven ` , ` redis ` , ` mysql `
240245
241246``` 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
243248```
244249
245250### 2. Run the installation script
265270
266271# ## 5. Download deployment script `deploy.sh`
267272` ` ` 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
269274` ` `
270275
271276# ## 6. Execution script
@@ -276,11 +281,11 @@ sh deploy.sh
276281# ## 7.Access project
277282> SpringBootAdmin Management page
278283
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)
280285
281286> spring-boot-plus Swagger Document page
282287
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)
284289
285290# ## 8. View project run log
286291` ` ` bash
0 commit comments