Spring Security without the WebSecurityConfigurerAdapter

If you are using Spring Boot or above you will need to understand how to use Spring Security without the WebSecurityConfigurerAdapter adapter class. In this video, you will create a new Spring Boot project and learn how to move toward a component-based security configuration. 🔗Resources & Links mentioned in this video: Github Repo: Spring Security Blog Post: Spring Security Lamda DSL:
Back to Top