Please upgrade to Spring Boot 3.0.0 with Spring Security 6.x
donhuvy opened this issue · 3 comments
donhuvy commented
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
Thank you very much!
tienbku commented
Hi Vy, please update latest commit in which, WebSecurityConfigurerAdapter
is not used.
20c3567#diff-276245e39351786175bf81208d9ea7709fd3c84798d8a707d37820002a085734
donhuvy commented
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.