|
@@ -33,7 +33,6 @@ |
|
@@ -33,7 +33,6 @@ |
|
33
|
<poi.version>4.1.2</poi.version>
|
33
|
<poi.version>4.1.2</poi.version>
|
|
34
|
<velocity.version>2.3</velocity.version>
|
34
|
<velocity.version>2.3</velocity.version>
|
|
35
|
<jwt.version>0.9.1</jwt.version>
|
35
|
<jwt.version>0.9.1</jwt.version>
|
|
36
|
- <log4j2.version>2.17.0</log4j2.version>
|
|
|
|
37
|
</properties>
|
36
|
</properties>
|
|
38
|
|
37
|
|
|
39
|
<!-- 依赖声明 -->
|
38
|
<!-- 依赖声明 -->
|
|
@@ -44,7 +43,7 @@ |
|
@@ -44,7 +43,7 @@ |
|
44
|
<dependency>
|
43
|
<dependency>
|
|
45
|
<groupId>org.springframework.boot</groupId>
|
44
|
<groupId>org.springframework.boot</groupId>
|
|
46
|
<artifactId>spring-boot-dependencies</artifactId>
|
45
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
47
|
- <version>2.5.6</version>
|
46
|
+ <version>2.5.8</version>
|
|
48
|
<type>pom</type>
|
47
|
<type>pom</type>
|
|
49
|
<scope>import</scope>
|
48
|
<scope>import</scope>
|
|
50
|
</dependency>
|
49
|
</dependency>
|
|
@@ -151,19 +150,6 @@ |
|
@@ -151,19 +150,6 @@ |
|
151
|
<version>${fastjson.version}</version>
|
150
|
<version>${fastjson.version}</version>
|
|
152
|
</dependency>
|
151
|
</dependency>
|
|
153
|
|
152
|
|
|
154
|
- <!-- log4j日志组件 -->
|
|
|
|
155
|
- <dependency>
|
|
|
|
156
|
- <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
157
|
- <artifactId>log4j-api</artifactId>
|
|
|
|
158
|
- <version>${log4j2.version}</version>
|
|
|
|
159
|
- </dependency>
|
|
|
|
160
|
-
|
|
|
|
161
|
- <dependency>
|
|
|
|
162
|
- <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
163
|
- <artifactId>log4j-to-slf4j</artifactId>
|
|
|
|
164
|
- <version>${log4j2.version}</version>
|
|
|
|
165
|
- </dependency>
|
|
|
|
166
|
-
|
|
|
|
167
|
<!-- Token生成与解析-->
|
153
|
<!-- Token生成与解析-->
|
|
168
|
<dependency>
|
154
|
<dependency>
|
|
169
|
<groupId>io.jsonwebtoken</groupId>
|
155
|
<groupId>io.jsonwebtoken</groupId>
|