|
@@ -19,7 +19,7 @@
|
|
<parent>
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
- <version>2.1.7.RELEASE</version>
|
|
+ <version>2.2.5.RELEASE</version>
|
|
<relativePath/>
|
|
<relativePath/>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
@@ -67,21 +67,15 @@
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
+
|
|
- <dependency>
|
|
+
|
|
- <groupId>com.aliyun.oss</groupId>
|
|
+
|
|
- <artifactId>aliyun-sdk-oss</artifactId>
|
|
+
|
|
- <version>2.8.3</version>
|
|
+
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>net.sourceforge.nekohtml</groupId>
|
|
|
|
- <artifactId>nekohtml</artifactId>
|
|
|
|
- <version>1.9.15</version>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>io.springfox</groupId>
|
|
<groupId>io.springfox</groupId>
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
@@ -98,11 +92,6 @@
|
|
<artifactId>swagger-models</artifactId>
|
|
<artifactId>swagger-models</artifactId>
|
|
<version>1.5.21</version>
|
|
<version>1.5.21</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.google.code.gson</groupId>
|
|
<groupId>com.google.code.gson</groupId>
|
|
<artifactId>gson</artifactId>
|
|
<artifactId>gson</artifactId>
|
|
@@ -113,41 +102,16 @@
|
|
<artifactId>commons-lang3</artifactId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<version>3.7</version>
|
|
<version>3.7</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>com.deepoove</groupId>
|
|
|
|
- <artifactId>poi-tl</artifactId>
|
|
|
|
- <version>1.2.0</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
|
- <artifactId>poi</artifactId>
|
|
|
|
- <version>3.17</version>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml</artifactId>
|
|
<artifactId>poi-ooxml</artifactId>
|
|
<version>3.17</version>
|
|
<version>3.17</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>fr.opensagres.xdocreport</groupId>
|
|
|
|
- <artifactId>xdocreport</artifactId>
|
|
|
|
- <version>2.0.1</version>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>ooxml-schemas</artifactId>
|
|
<artifactId>ooxml-schemas</artifactId>
|
|
<version>1.3</version>
|
|
<version>1.3</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>net.sourceforge.jeuclid</groupId>
|
|
|
|
- <artifactId>jeuclid-core</artifactId>
|
|
|
|
- <version>3.1.9</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-io</groupId>
|
|
|
|
- <artifactId>commons-io</artifactId>
|
|
|
|
- <version>2.6</version>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-pool2</artifactId>
|
|
<artifactId>commons-pool2</artifactId>
|
|
@@ -157,37 +121,11 @@
|
|
<artifactId>minio</artifactId>
|
|
<artifactId>minio</artifactId>
|
|
<version>6.0.11</version>
|
|
<version>6.0.11</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
<artifactId>swagger-bootstrap-ui</artifactId>
|
|
<artifactId>swagger-bootstrap-ui</artifactId>
|
|
<version>1.9.6</version>
|
|
<version>1.9.6</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>druid</artifactId>
|
|
<artifactId>druid</artifactId>
|