What is Spring Security?

Technology CommunityCategory: SpringWhat is Spring Security?
VietMX Staff asked 3 years ago

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, you can get started with a simple annotation: @EnableWebSecurity.