We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359f9cd commit f262848Copy full SHA for f262848
README.md
@@ -13,22 +13,19 @@
13
14
# 版本基础
15
16
-- Spring Boot:1.5.x
17
-- Swagger:2.9.x
+- Swagger:2.9.2
18
19
# 如何使用
20
21
在该项目的帮助下,我们的Spring Boot可以轻松的引入swagger2,主需要做下面两个步骤:
22
23
- 在`pom.xml`中引入依赖:
24
25
-> 当前最新版本 1.7.1.RELEASE
26
-
27
```xml
28
<dependency>
29
<groupId>com.spring4all</groupId>
30
<artifactId>swagger-spring-boot-starter</artifactId>
31
- <version>1.7.1.RELEASE</version>
+ <version>1.8.0.RELEASE</version>
32
</dependency>
33
```
34
0 commit comments