스프링

스프링(Spring) - 애너테이션(@annotation) 정리

낙산암 2022. 6. 21. 16:50

 

- @Controller
- @GetMapping
- @RequestMapping
- @PostMapping
- @GetMapping

- @RequestParam
- @ModelAttribute

 

-롬복이 관련
-@AllArgsConstructor
-@NoArgsConstructor
-@Getter
-@Setter
-@ToString

-객체 생성 관련
-@Component
-@Controller @RestController
-@Service
-@Repository

-주입관련

-@Autowired

-@Inject

-@Resource

 

-마이바티스 관련

-@MapperScan(value = {"edu.hi.ex.mapper"})

-@Mapper