|
28 | 28 | <artifactId>spring-boot-starter-jdbc</artifactId> |
29 | 29 | </dependency> |
30 | 30 |
|
31 | | - <!-- thymeleaf模版 --> |
| 31 | + <!-- thymeleaf --> |
32 | 32 | <dependency> |
33 | 33 | <groupId>org.springframework.boot</groupId> |
34 | 34 | <artifactId>spring-boot-starter-thymeleaf</artifactId> |
35 | 35 | </dependency> |
36 | 36 |
|
37 | | - <!-- velocity模版 --> |
| 37 | + <!-- Velocity --> |
38 | 38 | <dependency> |
39 | 39 | <groupId>org.apache.velocity</groupId> |
40 | 40 | <artifactId>velocity</artifactId> |
41 | 41 | <version>1.7</version> |
42 | 42 | </dependency> |
43 | 43 |
|
44 | | - <!-- mybatis --> |
| 44 | + <!-- MyBatis --> |
45 | 45 | <dependency> |
46 | 46 | <groupId>org.mybatis.spring.boot</groupId> |
47 | 47 | <artifactId>mybatis-spring-boot-starter</artifactId> |
|
54 | 54 | <artifactId>unboundid-ldapsdk</artifactId> |
55 | 55 | </dependency> |
56 | 56 |
|
57 | | - <!-- mysql驱动 --> |
| 57 | + <!-- mysql --> |
58 | 58 | <dependency> |
59 | 59 | <groupId>mysql</groupId> |
60 | 60 | <artifactId>mysql-connector-java</artifactId> |
|
81 | 81 | <version>1.2.41</version> |
82 | 82 | </dependency> |
83 | 83 |
|
84 | | - <!-- xstream多个rce --> |
| 84 | + <!-- xstream --> |
85 | 85 | <dependency> |
86 | 86 | <groupId>com.thoughtworks.xstream</groupId> |
87 | 87 | <artifactId>xstream</artifactId> |
|
95 | 95 | <scope>runtime</scope> |
96 | 96 | </dependency> |
97 | 97 |
|
98 | | - <!-- actuator监控 --> |
| 98 | + <!-- actuator --> |
99 | 99 | <dependency> |
100 | 100 | <groupId>org.springframework.boot</groupId> |
101 | 101 | <artifactId>spring-boot-starter-actuator</artifactId> |
|
140 | 140 | <artifactId>springfox-swagger-ui</artifactId> |
141 | 141 | <version>2.10.5</version> |
142 | 142 | </dependency> |
| 143 | + |
143 | 144 | <dependency> |
144 | 145 | <groupId>io.springfox</groupId> |
145 | 146 | <artifactId>springfox-swagger2</artifactId> |
|
171 | 172 | <version>1.2.4</version> |
172 | 173 | </dependency> |
173 | 174 |
|
174 | | - |
175 | 175 | <!-- Jackson 引入低版本会报错 --> |
176 | 176 | <dependency> |
177 | 177 | <groupId>com.fasterxml.jackson.core</groupId> |
|
197 | 197 | <version>1.9</version> |
198 | 198 | </dependency> |
199 | 199 |
|
200 | | - <!-- snakeyaml rce--> |
| 200 | + <!-- snakeyaml --> |
201 | 201 | <dependency> |
202 | 202 | <groupId>org.yaml</groupId> |
203 | 203 | <artifactId>snakeyaml</artifactId> |
|
217 | 217 | <version>1.2.3</version> |
218 | 218 | </dependency> |
219 | 219 |
|
| 220 | + <dependency> |
| 221 | + <groupId>org.apache.httpcomponents</groupId> |
| 222 | + <artifactId>httpclient</artifactId> |
| 223 | + <version>4.5.14</version> |
| 224 | + </dependency> |
| 225 | + |
| 226 | + <dependency> |
| 227 | + <groupId>xalan</groupId> |
| 228 | + <artifactId>xalan</artifactId> |
| 229 | + <version>2.7.3</version> |
| 230 | + </dependency> |
| 231 | + |
220 | 232 | <!-- log4Shell --> |
221 | 233 | <dependency> |
222 | 234 | <groupId>org.apache.logging.log4j</groupId> |
|
248 | 260 | <version>1.6</version> |
249 | 261 | </dependency> |
250 | 262 |
|
251 | | - |
252 | 263 | <!-- 图形验证码 --> |
253 | 264 | <dependency> |
254 | 265 | <groupId>com.github.whvcse</groupId> |
|
294 | 305 | <version>2.3.1</version> |
295 | 306 | </dependency> |
296 | 307 |
|
297 | | - <!-- Freemarker 依赖 --> |
| 308 | + <!-- Freemarker --> |
298 | 309 | <dependency> |
299 | 310 | <groupId>org.springframework.boot</groupId> |
300 | 311 | <artifactId>spring-boot-starter-freemarker</artifactId> |
301 | | - <version>1.5.8.RELEASE</version> |
| 312 | + <version>3.4.3</version> |
302 | 313 | </dependency> |
303 | 314 |
|
304 | 315 | </dependencies> |
|
0 commit comments