Google News
logo
Java Springs - Interview Questions
What Is Spring Security?
Spring Security is a separate module of the Spring framework that focuses on providing authentication and authorization methods in Java applications. It also takes care of most of the common security vulnerabilities such as CSRF attacks.
 
To use Spring Security in web applications, we can get started with the simple annotation @EnableWebSecurity.
Advertisement