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
Please upgrade to Spring Boot 3.0.0 with Spring Security 6.x
public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
cannot work with Spring Boot 3.0.0 . See https://stackoverflow.com/questions/74667235/spring-security-6-when-upgrade-to-spring-boot-3-org-springframework-security-a
and
https://stackoverflow.com/questions/74666596/how-to-fix-error-of-websecurityconfigureradapter-when-upgrade-to-spring-boot-3-0
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi Vy, please update latest commit in which, WebSecurityConfigurerAdapter is not used.
WebSecurityConfigurerAdapter
20c3567#diff-276245e39351786175bf81208d9ea7709fd3c84798d8a707d37820002a085734
Sorry, something went wrong.
Can you upgrade to Spring Boot 3.0.0 by yourself. https://github.com/bezkoder/spring-boot-refresh-token-jwt/blob/master/src/main/java/com/bezkoder/spring/security/jwt/models/User.java#L6 now use jakarta ee, and so much change.
I send you a pull request #3
No branches or pull requests
Please upgrade to Spring Boot 3.0.0 with Spring Security 6.x
cannot work with Spring Boot 3.0.0 . See https://stackoverflow.com/questions/74667235/spring-security-6-when-upgrade-to-spring-boot-3-org-springframework-security-a
and
https://stackoverflow.com/questions/74666596/how-to-fix-error-of-websecurityconfigureradapter-when-upgrade-to-spring-boot-3-0
Thank you very much!
The text was updated successfully, but these errors were encountered: