|
@@ -85,10 +85,11 @@
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
<version>5.8.16</version>
|
|
|
</dependency>
|
|
|
+ <!-- knife4j -->
|
|
|
<dependency>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty-all</artifactId>
|
|
|
- <version>4.1.59.Final</version>
|
|
|
+ <groupId>com.github.xiaoymin</groupId>
|
|
|
+ <artifactId>knife4j-spring-boot-starter</artifactId>
|
|
|
+ <version>3.0.3</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
<build>
|