We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述: 更新spring boot3.4.0后,因新版本springboot移除了 org.springframework.util.Base64Utils 工具类,导致项目无法启动。 问题相关类: com.anji.captcha.config.AjCaptchaServiceAutoConfiguration 期待可以兼容更高版本的spring boot 对应anji-plus版本:
<dependency> <groupId>com.anji-plus</groupId> <artifactId>spring-boot-starter-captcha</artifactId> <version>1.3.0</version> </dependency>
The text was updated successfully, but these errors were encountered:
fix github #188
d96d54c
dev 分支已修复
Sorry, something went wrong.
我也碰到这个问题,什么时候发布到maven仓库里我直接引用一下,现在是把starter的代码拷贝出来手动改的
No branches or pull requests
问题描述:
更新spring boot3.4.0后,因新版本springboot移除了 org.springframework.util.Base64Utils 工具类,导致项目无法启动。
问题相关类:
com.anji.captcha.config.AjCaptchaServiceAutoConfiguration
期待可以兼容更高版本的spring boot
对应anji-plus版本:
The text was updated successfully, but these errors were encountered: