|
@@ -14,26 +14,26 @@
|
|
|
<file.encoding>UTF-8</file.encoding>
|
|
<file.encoding>UTF-8</file.encoding>
|
|
|
<junit.version>4.13.2</junit.version>
|
|
<junit.version>4.13.2</junit.version>
|
|
|
|
|
|
|
|
|
|
+ <slf4j.version>1.7.36</slf4j.version>
|
|
|
<commons-lang3.version>3.12.0</commons-lang3.version>
|
|
<commons-lang3.version>3.12.0</commons-lang3.version>
|
|
|
<commons-codec.version>1.15</commons-codec.version>
|
|
<commons-codec.version>1.15</commons-codec.version>
|
|
|
<ip2region.version>1.7.2</ip2region.version>
|
|
<ip2region.version>1.7.2</ip2region.version>
|
|
|
|
|
|
|
|
<spring.version>5.3.14</spring.version>
|
|
<spring.version>5.3.14</spring.version>
|
|
|
- <spring-boot.version>2.6.2</spring-boot.version>
|
|
|
|
|
|
|
+ <spring-boot.version>2.6.3</spring-boot.version>
|
|
|
|
|
|
|
|
<mysql-connector-java.version>8.0.27</mysql-connector-java.version>
|
|
<mysql-connector-java.version>8.0.27</mysql-connector-java.version>
|
|
|
<mybatis-spring-boot-starter.version>2.2.0</mybatis-spring-boot-starter.version>
|
|
<mybatis-spring-boot-starter.version>2.2.0</mybatis-spring-boot-starter.version>
|
|
|
<mybatis.version>3.5.7</mybatis.version>
|
|
<mybatis.version>3.5.7</mybatis.version>
|
|
|
|
|
+ <mybatis-plus-boot.version>3.5.1</mybatis-plus-boot.version>
|
|
|
|
|
|
|
|
- <slf4j.version>1.7.32</slf4j.version>
|
|
|
|
|
- <commons-lang3.version>3.12.0</commons-lang3.version>
|
|
|
|
|
<lombok.version>1.18.22</lombok.version>
|
|
<lombok.version>1.18.22</lombok.version>
|
|
|
<javax.servlet.version>4.0.1</javax.servlet.version>
|
|
<javax.servlet.version>4.0.1</javax.servlet.version>
|
|
|
<okhttp.version>4.9.3</okhttp.version>
|
|
<okhttp.version>4.9.3</okhttp.version>
|
|
|
|
|
|
|
|
|
|
|
|
|
<afirma-lib-jmimemagic.version>0.0.6</afirma-lib-jmimemagic.version>
|
|
<afirma-lib-jmimemagic.version>0.0.6</afirma-lib-jmimemagic.version>
|
|
|
- <thumbnailator.version>0.4.14</thumbnailator.version>
|
|
|
|
|
|
|
+ <thumbnailator.version>0.4.16</thumbnailator.version>
|
|
|
|
|
|
|
|
<framework.version>1.0.18</framework.version>
|
|
<framework.version>1.0.18</framework.version>
|
|
|
<db-migration.version>1.0.0</db-migration.version>
|
|
<db-migration.version>1.0.0</db-migration.version>
|
|
@@ -100,13 +100,7 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.baomidou</groupId>
|
|
<groupId>com.baomidou</groupId>
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
- <version>3.4.3.4</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
|
|
- <artifactId>commons-lang3</artifactId>
|
|
|
|
|
- <version>${commons-lang3.version}</version>
|
|
|
|
|
|
|
+ <version>${mybatis-plus-boot.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>commons-codec</groupId>
|
|
<groupId>commons-codec</groupId>
|
|
@@ -135,6 +129,51 @@
|
|
|
<artifactId>thumbnailator</artifactId>
|
|
<artifactId>thumbnailator</artifactId>
|
|
|
<version>${thumbnailator.version}</version>
|
|
<version>${thumbnailator.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>us.codecraft</groupId>
|
|
|
|
|
+ <artifactId>webmagic-core</artifactId>
|
|
|
|
|
+ <version>0.7.5</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>us.codecraft</groupId>
|
|
|
|
|
+ <artifactId>webmagic-extension</artifactId>
|
|
|
|
|
+ <version>0.7.5</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- <dependency>-->
|
|
|
|
|
+ <!-- <groupId>us.codecraft</groupId>-->
|
|
|
|
|
+ <!-- <artifactId>webmagic-core</artifactId>-->
|
|
|
|
|
+ <!-- <version>0.6.0</version>-->
|
|
|
|
|
+ <!-- <exclusions>-->
|
|
|
|
|
+ <!-- <exclusion>-->
|
|
|
|
|
+ <!-- <groupId>org.slf4j</groupId>-->
|
|
|
|
|
+ <!-- <artifactId>slf4j-log4j12</artifactId>-->
|
|
|
|
|
+ <!-- </exclusion>-->
|
|
|
|
|
+ <!-- <exclusion>-->
|
|
|
|
|
+ <!-- <artifactId>slf4j-api</artifactId>-->
|
|
|
|
|
+ <!-- <groupId>org.slf4j</groupId>-->
|
|
|
|
|
+ <!-- </exclusion>-->
|
|
|
|
|
+ <!-- <exclusion>-->
|
|
|
|
|
+ <!-- <artifactId>guava</artifactId>-->
|
|
|
|
|
+ <!-- <groupId>com.google.guava</groupId>-->
|
|
|
|
|
+ <!-- </exclusion>-->
|
|
|
|
|
+ <!-- <exclusion>-->
|
|
|
|
|
+ <!-- <artifactId>commons-lang3</artifactId>-->
|
|
|
|
|
+ <!-- <groupId>org.apache.commons</groupId>-->
|
|
|
|
|
+ <!-- </exclusion>-->
|
|
|
|
|
+ <!-- </exclusions>-->
|
|
|
|
|
+ <!-- </dependency>-->
|
|
|
|
|
+ <!-- <dependency>-->
|
|
|
|
|
+ <!-- <groupId>us.codecraft</groupId>-->
|
|
|
|
|
+ <!-- <artifactId>webmagic-extension</artifactId>-->
|
|
|
|
|
+ <!-- <version>0.6.0</version>-->
|
|
|
|
|
+ <!-- <exclusions>-->
|
|
|
|
|
+ <!-- <exclusion>-->
|
|
|
|
|
+ <!-- <groupId>org.slf4j</groupId>-->
|
|
|
|
|
+ <!-- <artifactId>slf4j-log4j12</artifactId>-->
|
|
|
|
|
+ <!-- </exclusion>-->
|
|
|
|
|
+ <!-- </exclusions>-->
|
|
|
|
|
+ <!-- </dependency>-->
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
<build>
|
|
<build>
|
|
|
<plugins>
|
|
<plugins>
|