正在显示
1 个修改的文件
包含
7 行增加
和
1 行删除
| @@ -89,12 +89,18 @@ | @@ -89,12 +89,18 @@ | ||
| 89 | <artifactId>snakeyaml</artifactId> | 89 | <artifactId>snakeyaml</artifactId> |
| 90 | </dependency> | 90 | </dependency> |
| 91 | 91 | ||
| 92 | - <!--Token生成与解析--> | 92 | + <!-- Token生成与解析--> |
| 93 | <dependency> | 93 | <dependency> |
| 94 | <groupId>io.jsonwebtoken</groupId> | 94 | <groupId>io.jsonwebtoken</groupId> |
| 95 | <artifactId>jjwt</artifactId> | 95 | <artifactId>jjwt</artifactId> |
| 96 | </dependency> | 96 | </dependency> |
| 97 | 97 | ||
| 98 | + <!-- Jaxb --> | ||
| 99 | + <dependency> | ||
| 100 | + <groupId>javax.xml.bind</groupId> | ||
| 101 | + <artifactId>jaxb-api</artifactId> | ||
| 102 | + </dependency> | ||
| 103 | + | ||
| 98 | <!-- redis 缓存操作 --> | 104 | <!-- redis 缓存操作 --> |
| 99 | <dependency> | 105 | <dependency> |
| 100 | <groupId>org.springframework.boot</groupId> | 106 | <groupId>org.springframework.boot</groupId> |
-
请 注册 或 登录 后发表评论