|
@@ -21,6 +21,7 @@
|
|
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
|
|
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
|
|
<druid.version>1.2.6</druid.version>
|
|
<druid.version>1.2.6</druid.version>
|
|
<knife4j.version>3.0.3</knife4j.version>
|
|
<knife4j.version>3.0.3</knife4j.version>
|
|
|
|
+ <swagger-annotations.version>1.5.22</swagger-annotations.version>
|
|
<poi.version>4.1.2</poi.version>
|
|
<poi.version>4.1.2</poi.version>
|
|
<easyexcel.version>2.2.11</easyexcel.version>
|
|
<easyexcel.version>2.2.11</easyexcel.version>
|
|
<velocity.version>1.7</velocity.version>
|
|
<velocity.version>1.7</velocity.version>
|
|
@@ -76,6 +77,18 @@
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
|
<version>${knife4j.version}</version>
|
|
<version>${knife4j.version}</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>swagger-annotations</artifactId>
|
|
|
|
+ <groupId>io.swagger</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>io.swagger</groupId>
|
|
|
|
+ <artifactId>swagger-annotations</artifactId>
|
|
|
|
+ <version>${swagger-annotations.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!-- excel工具 -->
|
|
<!-- excel工具 -->
|
|
@@ -89,6 +102,16 @@
|
|
<groupId>com.alibaba</groupId>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>easyexcel</artifactId>
|
|
<artifactId>easyexcel</artifactId>
|
|
<version>${easyexcel.version}</version>
|
|
<version>${easyexcel.version}</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
+ <artifactId>poi-ooxml-schemas</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!-- velocity代码生成使用模板 -->
|
|
<!-- velocity代码生成使用模板 -->
|
|
@@ -139,6 +162,12 @@
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
<version>${feign.version}</version>
|
|
<version>${feign.version}</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>feign-core</artifactId>
|
|
|
|
+ <groupId>io.github.openfeign</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|