| | |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.github.binarywang</groupId> |
| | | <artifactId>wx-java-mp-spring-boot-starter</artifactId> <!-- 微信登录(公众号) --> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.github.binarywang</groupId> |
| | | <artifactId>wx-java-miniapp-spring-boot-starter</artifactId> <!-- 微信登录(小程序) --> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.anji-plus</groupId> |
| | | <artifactId>captcha-spring-boot-starter</artifactId> <!-- 验证码,一般用于登录使用 --> |
| | | </dependency> |
| | |
| | | <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> |