Skip to content

Commit 6303e3b

Browse files
💻 1.2.3.RELEASE CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project
1 parent f83972b commit 6303e3b

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

README-zh.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99

1010
<p align="center">
1111
<a href="https://github.com/geekidea/spring-boot-plus/">
12-
<img alt="spring-boot-plus version" src="https://img.shields.io/badge/spring--boot--plus-1.2.2--RELEASE-blue">
12+
<img alt="spring-boot-plus version" src="https://img.shields.io/badge/spring--boot--plus-1.2.3--RELEASE-blue">
1313
</a>
14-
1514
<a href="https://github.com/spring-projects/spring-boot">
16-
<img alt="spring boot version" src="https://img.shields.io/badge/spring%20boot-2.1.7.RELEASE-brightgreen">
15+
<img alt="spring boot version" src="https://img.shields.io/badge/spring%20boot-2.1.8.RELEASE-brightgreen">
1716
</a>
18-
1917
<a href="https://www.apache.org/licenses/LICENSE-2.0">
2018
<img alt="code style" src="https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=flat-square">
2119
</a>
@@ -31,7 +29,7 @@
3129
#### [GITHUB](https://github.com/geekidea/spring-boot-plus) | [GITEE](https://gitee.com/geekidea/spring-boot-plus)
3230

3331
## 官网
34-
#### [springboot.plus](http://springboot.plus "springboot.plus")
32+
#### [springboot.plus](http://springboot.plus?_blank)
3533

3634
## 项目架构
3735
![spring-boot-plus-architecture.jpg](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg)
@@ -223,16 +221,16 @@ public class SpringBootPlusApplication {
223221
```
224222

225223
### 4. 访问项目swagger文档
226-
[http://127.0.0.1:8888/swagger-ui.html](http://127.0.0.1:8888/swagger-ui.html)
224+
[http://127.0.0.1:8888/swagger-ui.html](http://127.0.0.1:8888/swagger-ui.html?_blank)
227225

228226
### 5. 系统用户 增删改查分页Swagger
229227
![sys_user_swagger-zh.png](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/sys_user_swagger-zh.png)
230228

231229
## 快速开始
232-
[快速开始](https://springboot.plus/guide/quick-start.html)
230+
[快速开始](https://springboot.plus/guide/quick-start.html?_blank)
233231

234232
## 详细文档
235-
[https://springboot.plus](https://springboot.plus)
233+
[https://springboot.plus](https://springboot.plus?_blank)
236234

237235
## CentOS快速安装环境/构建/部署/启动spring-boot-plus项目
238236
### 1. 下载安装脚本
@@ -276,11 +274,11 @@ sh deploy.sh
276274
### 7.访问项目
277275
> SpringBootAdmin管理页面
278276
279-
[http://47.105.159.10:8888](http://47.105.159.10:8888)
277+
[http://47.105.159.10:8888](http://47.105.159.10:8888?_blank)
280278
281279
> spring-boot-plus Swagger文档页面
282280
283-
[http://47.105.159.10:8888/docs](http://47.105.159.10:8888/docs)
281+
[http://47.105.159.10:8888/docs](http://47.105.159.10:8888/docs?_blank)
284282
285283
### 8. 查看项目运行日志
286284
```bash

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#### [GITHUB](https://github.com/geekidea/spring-boot-plus) | [GITEE](https://gitee.com/geekidea/spring-boot-plus)
3232

3333
## Website
34-
#### [springboot.plus](http://springboot.plus "springboot.plus")
34+
#### [springboot.plus](http://springboot.plus?_blank)
3535

3636
## Architecture
3737
![spring-boot-plus-architecture.jpg](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg)
@@ -221,17 +221,17 @@ public class SpringBootPlusApplication {
221221
```
222222

223223
### 4. Access project swagger docs
224-
[http://127.0.0.1:8888/swagger-ui.html](http://127.0.0.1:8888/swagger-ui.html)
224+
[http://127.0.0.1:8888/swagger-ui.html](http://127.0.0.1:8888/swagger-ui.html?_blank)
225225

226226
### 5. SysUser CRUD Swagger
227227
![sys_user_swagger.png](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/sys_user_swagger.png)
228228

229229

230230
## Quick Start
231-
[Quick Start](https://springboot.plus/guide/quick-start.html)
231+
[Quick Start](https://springboot.plus/guide/quick-start.html?_blank)
232232

233233
## Documentation
234-
[https://springboot.plus](https://springboot.plus)
234+
[https://springboot.plus](https://springboot.plus?_blank)
235235

236236

237237
## CentOS Quick Installation Environment / Build / Deploy / Launch Spring-boot-plus Project
@@ -276,11 +276,11 @@ sh deploy.sh
276276
### 7.Access project
277277
> SpringBootAdmin Management page
278278
279-
[http://47.105.159.10:8888](http://47.105.159.10:8888)
279+
[http://47.105.159.10:8888](http://47.105.159.10:8888?_blank)
280280
281281
> spring-boot-plus Swagger Document page
282282
283-
[http://47.105.159.10:8888/docs](http://47.105.159.10:8888/docs)
283+
[http://47.105.159.10:8888/docs](http://47.105.159.10:8888/docs?_blank)
284284
285285
### 8. View project run log
286286
```bash

docs/bin/install/install-git.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#======================================================================
1818
# 快速安装GIT
1919
# CentOS7 中已成功验证
20-
# 使用yum+rpm方式安装
20+
# 使用yum方式安装
2121
#
2222
# author: sy
2323
# date: 2019-8-29

0 commit comments

Comments
 (0)