File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 14
14
# 版本基础
15
15
16
16
- Spring Boot:1.5.x
17
- - Swagger:2.8 .x
17
+ - Swagger:2.9 .x
18
18
19
19
# 如何使用
20
20
21
21
在该项目的帮助下,我们的Spring Boot可以轻松的引入swagger2,主需要做下面两个步骤:
22
22
23
23
- 在` pom.xml ` 中引入依赖:
24
24
25
- > 当前最新版本 1.7.0 .RELEASE
25
+ > 当前最新版本 1.7.1 .RELEASE
26
26
27
27
``` xml
28
28
<dependency >
29
29
<groupId >com.spring4all</groupId >
30
30
<artifactId >swagger-spring-boot-starter</artifactId >
31
- <version >1.7.0 .RELEASE</version >
31
+ <version >1.7.1 .RELEASE</version >
32
32
</dependency >
33
33
```
34
34
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.spring4all</groupId >
8
8
<artifactId >swagger-spring-boot-starter</artifactId >
9
- <version >1.7.0 .RELEASE</version >
9
+ <version >1.7.1 .RELEASE</version >
10
10
11
11
<name >spring-boot-starter-swagger</name >
12
12
<url >https://github.com/SpringForAll/spring-boot-starter-swagger</url >
48
48
<properties >
49
49
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50
50
<version .java>1.8</version .java>
51
- <version .swagger>2.8 .0</version .swagger>
51
+ <version .swagger>2.9 .0</version .swagger>
52
52
<version .spring-boot>1.5.10.RELEASE</version .spring-boot>
53
53
<version .lombok>1.16.18</version .lombok>
54
54
</properties >
119
119
</plugin >
120
120
</plugins >
121
121
</build >
122
+
123
+ <repositories >
124
+ <repository >
125
+ <id >jcenter-snapshots</id >
126
+ <name >jcenter</name >
127
+ <url >https://jcenter.bintray.com/</url >
128
+ </repository >
129
+ </repositories >
122
130
</project >
You can’t perform that action at this time.
0 commit comments