qlsdud0604 / fastcampus-order-project

Fastcampus 주문 프로젝트 실습

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partner Interfaces를 개발한다.

qlsdud0604 opened this issue · comments

  • PartnerApiController 클래스를 구현한다.
    • 클라이언트 요청을 처리하기 위한 클래스
  • PartnerDto 클래스를 구현한다.
    • 클라이언트 요청과 응답에 해당하는 클래스
  • CommonResponse 클래스를 구현한다.
    • 요청에 대한 공통 응답 클래스
  • CommonControllerAdvice 클래스를 구현한다.
    • Exception을 최종적으로 처리하기 위한 클래스
  • CommonHttpRequestInterceptor 클래스를 구현한다.
    • 요청을 수행하기전 고유 ID를 로그에 남기기 위한 인터셉터 클래스