skhung / annotations-cheatsheet

Interview QA | 40+ Spring & Spring Boot Annotations Everyone Should Know | JavaTechie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

annotations-cheatsheet

Spring, Spring Boot Annotations Cheat sheet

Spring Boot Main annotations

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

Stereotype annotation

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

About

Interview QA | 40+ Spring & Spring Boot Annotations Everyone Should Know | JavaTechie


Languages

Language:Java 100.0%