Skip to content

Commit c6279b0

Browse files
Merge pull request #50 from geekidea/dev
💻 1.2.3.RELEASE CentOS Quick Installation Environment / Buil…
2 parents 07b4c6d + e3af621 commit c6279b0

File tree

2 files changed

+28
-18
lines changed

2 files changed

+28
-18
lines changed

README-zh.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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">
@@ -22,14 +22,19 @@
2222
### spring-boot-plus是一套集成spring boot常用开发组件的后台快速开发框架
2323
> Spring-Boot-Plus是易于使用,快速,高效,功能丰富,开源的spring boot 脚手架.
2424
25+
> 前后端分离,专注于后端服务
26+
2527
## 目标
2628
> 每个人都可以独立、快速、高效地开发项目!
2729
2830
## 版本库
2931
#### [GITHUB](https://github.com/geekidea/spring-boot-plus) | [GITEE](https://gitee.com/geekidea/spring-boot-plus)
3032

3133
## 官网
32-
#### [springboot.plus](http://springboot.plus?_blank)
34+
#### [springboot.plus](http://springboot.plus)
35+
36+
## CHANGELOG
37+
#### [CHANGELOG.md](https://github.com/geekidea/spring-boot-plus/blob/master/CHANGELOG.md)
3338

3439
## 项目架构
3540
![spring-boot-plus-architecture.jpg](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/spring-boot-plus-architecture.jpg)
@@ -221,23 +226,23 @@ public class SpringBootPlusApplication {
221226
```
222227

223228
### 4. 访问项目swagger文档
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. 系统用户 增删改查分页Swagger
227232
![sys_user_swagger-zh.png](https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/img/sys_user_swagger-zh.png)
228233

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

232237
## 详细文档
233-
[https://springboot.plus](https://springboot.plus?_blank)
238+
[https://springboot.plus](https://springboot.plus)
234239

235240
## CentOS快速安装环境/构建/部署/启动spring-boot-plus项目
236241
### 1. 下载安装脚本
237242
> 安装 `jdk`, `git`, `maven`, `redis`, `mysql`
238243
239244
```bash
240-
wget -O download-install-all.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/dev/docs/bin/install/download-install-all.sh
245+
wget -O download-install-all.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/docs/bin/install/download-install-all.sh
241246
```
242247

243248
### 2. 运行安装脚本
@@ -263,7 +268,7 @@ exit
263268
264269
### 5. 下载部署脚本 `deploy.sh`
265270
```bash
266-
wget -O deploy.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/dev/deploy/deploy.sh
271+
wget -O deploy.sh https://raw.githubusercontent.com/geekidea/spring-boot-plus/master/deploy/deploy.sh
267272
```
268273
269274
### 6. 执行脚本
@@ -274,11 +279,11 @@ sh deploy.sh
274279
### 7.访问项目
275280
> SpringBootAdmin管理页面
276281
277-
[http://47.105.159.10:8888](http://47.105.159.10:8888?_blank)
282+
[http://47.105.159.10:8888](http://47.105.159.10:8888)
278283
279284
> spring-boot-plus Swagger文档页面
280285
281-
[http://47.105.159.10:8888/docs](http://47.105.159.10:8888/docs?_blank)
286+
[http://47.105.159.10:8888/docs](http://47.105.159.10:8888/docs)
282287
283288
### 8. 查看项目运行日志
284289
```bash

README.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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">
@@ -24,14 +24,19 @@
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
@@ -265,7 +270,7 @@ exit
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

Comments
 (0)