|
@@ -2,7 +2,7 @@
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<groupId>cn.iocoder</groupId>
|
|
<groupId>cn.iocoder</groupId>
|
|
<artifactId>dashboard</artifactId>
|
|
<artifactId>dashboard</artifactId>
|
|
@@ -24,7 +24,8 @@
|
|
<!-- 统一依赖管理 -->
|
|
<!-- 统一依赖管理 -->
|
|
<spring.boot.version>2.4.2</spring.boot.version>
|
|
<spring.boot.version>2.4.2</spring.boot.version>
|
|
<!-- Web 相关 -->
|
|
<!-- Web 相关 -->
|
|
- <knife4j.version>2.0.8</knife4j.version>
|
|
|
|
|
|
+ <knife4j.version>3.0.2</knife4j.version>
|
|
|
|
+ <swagger-annotations.version>1.5.22</swagger-annotations.version>
|
|
<!-- DB 相关 -->
|
|
<!-- DB 相关 -->
|
|
<mysql-connector-java.version>5.1.46</mysql-connector-java.version>
|
|
<mysql-connector-java.version>5.1.46</mysql-connector-java.version>
|
|
<druid.version>1.2.4</druid.version>
|
|
<druid.version>1.2.4</druid.version>
|
|
@@ -104,8 +105,17 @@
|
|
<artifactId>guava</artifactId>
|
|
<artifactId>guava</artifactId>
|
|
<groupId>com.google.guava</groupId>
|
|
<groupId>com.google.guava</groupId>
|
|
</exclusion>
|
|
</exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>swagger-annotations</artifactId>
|
|
|
|
+ <groupId>io.swagger</groupId>
|
|
|
|
+ </exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>io.swagger</groupId>
|
|
|
|
+ <artifactId>swagger-annotations</artifactId>
|
|
|
|
+ <version>${swagger-annotations.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
|
|
<!-- DB 相关 -->
|
|
<!-- DB 相关 -->
|
|
<dependency>
|
|
<dependency>
|