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:
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: