Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 681 Bytes

File metadata and controls

15 lines (13 loc) · 681 Bytes

Spring MVC

  • Annotated Controllers
    • @Controller, @RestController, @RequestParam, @ModelAttribute
    • Request Mapping, 컨트롤러 메소드 아규먼트
  • Argument Resolver
    • Argument Resolver로 커스텀한 로그인 애노테이션 만들기
  • DispatcherServlet
  • Exceptions
    • API 예외 처리하기
    • @ExceptionHandler, @ControllerAdvice, @RestControllerAdvice
  • Interceptor
    • 여러 컨트롤러의 공통 사항을 처리할 때 사용
    • 스프링 URL PathPattern