Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 273 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 273 Bytes

annotations-cheatsheet

Spring, Spring Boot Annotations Cheat sheet

Spring Boot Main annotations

  • @SpringBootApplication
  • @ComponentScan
  • @EanbleAutoConfiguration
  • @Configuration

Stereotype annotation

  • @Component
  • @Controller
  • @Service
  • @Repository