Skip to content

Commit a97dd31

Browse files
committed
1. swagger升级3.0.0
2. 去掉guava 3. 增加TODO点
1 parent e54841e commit a97dd31

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

pom.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
<properties>
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5050
<version.java>1.8</version.java>
51-
<version.swagger>3.0.0</version.swagger>
5251
<version.spring-boot>2.3.0.RELEASE</version.spring-boot>
53-
<version.lombok>1.18.6</version.lombok>
52+
<version.swagger>3.0.0</version.swagger>
5453
<version.swagger-models>1.5.24</version.swagger-models>
54+
<version.lombok>1.18.6</version.lombok>
5555
</properties>
5656

5757
<dependencies>
@@ -75,14 +75,10 @@
7575
<artifactId>spring-boot-starter-webflux</artifactId>
7676
<optional>true</optional>
7777
</dependency>
78+
7879
<dependency>
7980
<groupId>io.springfox</groupId>
80-
<artifactId>springfox-swagger-ui</artifactId>
81-
<version>${version.swagger}</version>
82-
</dependency>
83-
<dependency>
84-
<groupId>io.springfox</groupId>
85-
<artifactId>springfox-swagger2</artifactId>
81+
<artifactId>springfox-boot-starter</artifactId>
8682
<version>${version.swagger}</version>
8783
</dependency>
8884

@@ -91,11 +87,7 @@
9187
<artifactId>swagger-models</artifactId>
9288
<version>${version.swagger-models}</version>
9389
</dependency>
94-
<dependency>
95-
<groupId>io.springfox</groupId>
96-
<artifactId>springfox-bean-validators</artifactId>
97-
<version>${version.swagger}</version>
98-
</dependency>
90+
9991
<dependency>
10092
<groupId>org.projectlombok</groupId>
10193
<artifactId>lombok</artifactId>

0 commit comments

Comments
 (0)