From 14950843cf91a9a365c506fc29a6602c8c530e19 Mon Sep 17 00:00:00 2001
From: panlinlin <648540858@qq.com>
Date: 星期二, 13 四月 2021 10:16:02 +0800
Subject: [PATCH] 更新readme

---
 pom.xml |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index c2f5d82..7ca876f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,18 +102,21 @@
 <!--			<version>3.11</version>-->
 <!--		</dependency>-->
 
-		<!--Swagger2 -->
+		<!--Swagger3 -->
 		<!--鍦ㄧ嚎鏂囨。 -->
 		<dependency>
 			<groupId>io.springfox</groupId>
-			<artifactId>springfox-swagger2</artifactId>
-			<version>2.9.2</version>
+			<artifactId>springfox-boot-starter</artifactId>
+			<version>3.0.0</version>
 		</dependency>
 		<dependency>
-			<groupId>io.springfox</groupId>
-			<artifactId>springfox-swagger-ui</artifactId>
-			<version>2.6.1</version>
+			<groupId>com.github.xiaoymin</groupId>
+			<artifactId>knife4j-spring-boot-starter</artifactId>
+			<version>3.0.2</version>
 		</dependency>
+
+
+		<!--鍙傛暟鏍¢獙 -->
 		<dependency>
 			<groupId>javax.validation</groupId>
 			<artifactId>validation-api</artifactId>
@@ -168,7 +171,7 @@
     </dependencies>
 	
 	<build>
-		<finalName>wvp-2.5.8</finalName>
+		<finalName>wvp-2.0</finalName>
 		<plugins>
 			<plugin>
 				<groupId>org.springframework.boot</groupId>

--
Gitblit v1.8.0