callicoder / spring-security-react-ant-design-polls-app

Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
https://www.callicoder.com/spring-boot-spring-security-jwt-mysql-react-app-part-1/
1.76k stars 1.07k forks source link

migration to spring boot V3.0.0 #79

Open elon-fask opened 1 year ago

elon-fask commented 1 year ago

WebSecurityConfigurerAdapterdeprecated !!!

for everyone that will use this repo, make sure that if you update spring boot to the latest version, it won't support your configuration class because the WebSecurityConfigurerAdapter Class is deprecated.

make sure that you will follow this doc to get it done! Spring security without WebSecurityConfigurerAdapter