Skip to content
New issue

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版本后,因Base64Utils 工具类移除造成的项目启动问题 #188

Open
sx19970123 opened this issue Nov 28, 2024 · 2 comments

Comments

@sx19970123
Copy link

sx19970123 commented Nov 28, 2024

问题描述:
更新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>

image

raodeming pushed a commit that referenced this issue Dec 24, 2024
@coding-now
Copy link
Contributor

dev 分支已修复

@renlm
Copy link

renlm commented Jan 5, 2025

dev 分支已修复

我也碰到这个问题,什么时候发布到maven仓库里我直接引用一下,现在是把starter的代码拷贝出来手动改的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants