| | |
| | | <artifactId>hutool-extra</artifactId> <!-- 邮件 --> |
| | | </dependency> |
| | | |
| | | <!-- 文件上传:JWT 签名 URL --> |
| | | <dependency> |
| | | <groupId>io.jsonwebtoken</groupId> |
| | | <artifactId>jjwt-api</artifactId> |
| | | <version>0.12.6</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.jsonwebtoken</groupId> |
| | | <artifactId>jjwt-impl</artifactId> |
| | | <version>0.12.6</version> |
| | | <scope>runtime</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.jsonwebtoken</groupId> |
| | | <artifactId>jjwt-jackson</artifactId> |
| | | <version>0.12.6</version> |
| | | <scope>runtime</scope> |
| | | </dependency> |
| | | |
| | | <!-- 文件上传:图片压缩 --> |
| | | <dependency> |
| | | <groupId>net.coobird</groupId> |
| | | <artifactId>thumbnailator</artifactId> |
| | | <version>0.4.20</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | </project> |