|
63 | 63 | <jansi.version>1.18</jansi.version> |
64 | 64 | <lombok.version>1.18.8</lombok.version> |
65 | 65 | <commons-pool2.version>2.7.0</commons-pool2.version> |
66 | | - <jwt.version>0.9.1</jwt.version> |
67 | 66 | <spring-boot-admin.version>2.1.6</spring-boot-admin.version> |
68 | 67 | <hutool.version>4.6.4</hutool.version> |
69 | 68 | <junit.version>4.12</junit.version> |
| 69 | + <ini.version>0.5.4</ini.version> |
70 | 70 | <mapstruct.version>1.3.0.Final</mapstruct.version> |
| 71 | + <shiro.version>1.4.0</shiro.version> |
| 72 | + <jwt.version>3.8.3</jwt.version> |
71 | 73 |
|
72 | 74 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
73 | 75 | <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version> |
|
265 | 267 | </dependency> |
266 | 268 | <!-- spring boot admin end --> |
267 | 269 |
|
| 270 | + <!-- ini格式处理 --> |
268 | 271 | <dependency> |
269 | 272 | <groupId>org.ini4j</groupId> |
270 | 273 | <artifactId>ini4j</artifactId> |
271 | | - <version>0.5.4</version> |
| 274 | + <version>${ini.version}</version> |
272 | 275 | </dependency> |
273 | 276 |
|
| 277 | + <!-- 对象属性复制 --> |
274 | 278 | <dependency> |
275 | 279 | <groupId>org.mapstruct</groupId> |
276 | 280 | <artifactId>mapstruct</artifactId> |
|
283 | 287 | <scope>provided</scope> |
284 | 288 | </dependency> |
285 | 289 |
|
286 | | - <!-- Shiro JWT start --> |
| 290 | + <!-- Shiro+JWT start --> |
287 | 291 | <dependency> |
288 | 292 | <groupId>org.apache.shiro</groupId> |
289 | 293 | <artifactId>shiro-spring-boot-web-starter</artifactId> |
290 | | - <version>1.4.0</version> |
| 294 | + <version>${shiro.version}</version> |
291 | 295 | </dependency> |
292 | | - |
293 | 296 | <dependency> |
294 | 297 | <groupId>com.auth0</groupId> |
295 | 298 | <artifactId>java-jwt</artifactId> |
296 | | - <version>3.8.3</version> |
| 299 | + <version>${jwt.version}</version> |
297 | 300 | </dependency> |
298 | | - |
299 | | -<!-- <dependency>--> |
300 | | -<!-- <groupId>io.jsonwebtoken</groupId>--> |
301 | | -<!-- <artifactId>jjwt</artifactId>--> |
302 | | -<!-- <version>${jwt.version}</version>--> |
303 | | -<!-- </dependency>--> |
304 | | - |
305 | | - <!-- Spring Security JWT start --> |
| 301 | + <!-- Shiro+JWT end --> |
306 | 302 |
|
307 | 303 | </dependencies> |
308 | 304 |
|
| 305 | + |
309 | 306 | <build> |
310 | 307 | <finalName>spring-boot-plus</finalName> |
311 | 308 |
|
|
0 commit comments