• @RequestParam, @RequestBody, @ModelAttribute
  • @Controller, @RestController
  • @ControllerAdvice, @ExceptionHandler
  • @Component, @ComponentScan
  • @Configuration, @Bean
  • Spring Bean Validation
  • @Transactional
  • Argument Resolver
  • Interceptor
  • 스프링 빈 객체 생성 방법
    • XML
    • Annotation
    • Java code
  • 의존성 주입
    • 생성자
    • 필드
    • 세터