Spring Security

Dependency

Authentication Types

  1. Knowledge-based Authentication
  2. Possession-based Authentication
  3. Knowledge + Possession Authentication

Spring Boot Annotations

  1. @SpringBootApplication
  2. @Bean
  3. @Service
  4. @Repository
  5. @Configuration
  6. @Controller
  7. @RequestMapping
  8. @Autowired
  9. @Component
  10. @Repository, @Service, and @Controller
  11. @EnableAutoConfiguration (exclude ={classname})
  12. @Controller