Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 323 Bytes

File metadata and controls

10 lines (8 loc) · 323 Bytes

Spring-Security

What is dependency for the spring security?

spring-boot-starter-security

FAQ about security

  • @EnableWebSecurity to enable Spring Security’s web security support and provide the Spring MVC integration.
  • The UserDetailsService sets up an in-memory user store with a single user