Skip to content

Commit f262848

Browse files
committed
升级swagger 2.9.2
1 parent 359f9cd commit f262848

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,19 @@
1313

1414
# 版本基础
1515

16-
- Spring Boot:1.5.x
17-
- Swagger:2.9.x
16+
- Swagger:2.9.2
1817

1918
# 如何使用
2019

2120
在该项目的帮助下,我们的Spring Boot可以轻松的引入swagger2,主需要做下面两个步骤:
2221

2322
-`pom.xml`中引入依赖:
2423

25-
> 当前最新版本 1.7.1.RELEASE
26-
2724
```xml
2825
<dependency>
2926
<groupId>com.spring4all</groupId>
3027
<artifactId>swagger-spring-boot-starter</artifactId>
31-
<version>1.7.1.RELEASE</version>
28+
<version>1.8.0.RELEASE</version>
3229
</dependency>
3330
```
3431

0 commit comments

Comments
 (0)