|
9 | 9 |
|
10 | 10 | <p align="center"> |
11 | 11 | <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"> |
13 | 13 | </a> |
14 | | - |
15 | 14 | <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"> |
17 | 16 | </a> |
18 | | - |
19 | 17 | <a href="https://www.apache.org/licenses/LICENSE-2.0"> |
20 | 18 | <img alt="code style" src="https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?style=flat-square"> |
21 | 19 | </a> |
|
31 | 29 | #### [GITHUB](https://github.com/geekidea/spring-boot-plus) | [GITEE](https://gitee.com/geekidea/spring-boot-plus) |
32 | 30 |
|
33 | 31 | ## 官网 |
34 | | -#### [springboot.plus](http://springboot.plus "springboot.plus") |
| 32 | +#### [springboot.plus](http://springboot.plus?_blank) |
35 | 33 |
|
36 | 34 | ## 项目架构 |
37 | 35 |  |
@@ -223,16 +221,16 @@ public class SpringBootPlusApplication { |
223 | 221 | ``` |
224 | 222 |
|
225 | 223 | ### 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) |
227 | 225 |
|
228 | 226 | ### 5. 系统用户 增删改查分页Swagger |
229 | 227 |  |
230 | 228 |
|
231 | 229 | ## 快速开始 |
232 | | -[快速开始](https://springboot.plus/guide/quick-start.html) |
| 230 | +[快速开始](https://springboot.plus/guide/quick-start.html?_blank) |
233 | 231 |
|
234 | 232 | ## 详细文档 |
235 | | - [https://springboot.plus](https://springboot.plus) |
| 233 | + [https://springboot.plus](https://springboot.plus?_blank) |
236 | 234 |
|
237 | 235 | ## CentOS快速安装环境/构建/部署/启动spring-boot-plus项目 |
238 | 236 | ### 1. 下载安装脚本 |
@@ -276,11 +274,11 @@ sh deploy.sh |
276 | 274 | ### 7.访问项目 |
277 | 275 | > SpringBootAdmin管理页面 |
278 | 276 |
|
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) |
280 | 278 |
|
281 | 279 | > spring-boot-plus Swagger文档页面 |
282 | 280 |
|
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) |
284 | 282 |
|
285 | 283 | ### 8. 查看项目运行日志 |
286 | 284 | ```bash |
|
0 commit comments