|
@@ -35,7 +35,23 @@
|
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
|
|
<version>2.0.9</version>
|
|
|
+ <exclusions>
|
|
|
+ <!-- 去除新版ui -->
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.github.xiaoymin</groupId>
|
|
|
+ <artifactId>knife4j-spring-ui</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
+ <!-- 引入老版ui -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.xiaoymin</groupId>
|
|
|
+ <artifactId>swagger-bootstrap-ui</artifactId>
|
|
|
+ <version>1.9.6</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
<!-- spring-boot-devtools -->
|
|
|
<dependency>
|