spring-guides / gs-securing-web

Securing a Web Application :: Learn how to protect your web application with Spring Security.

Home Page:http://spring.io/guides/gs/securing-web/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSecurityConfigurerAdapter is deprecated in Spring Security

gabrielsmenezes opened this issue · comments

Hi, I was developing a personal project and the IDE shows that WebSecurityConfigurerAdapter is deprecated.

image

I saw it seems true: https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter

Could you update this guide?

Thanks