Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 636 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 636 Bytes

Spring Swagger

Swagger

  • Controller를 기준으로 기본적인 REST API 문서를 작성해준다.
  • API 테스트 기능 제공
  • 제공되는 Annotation으로 문서를 보완할 수 있다.
  • Production Code에 Annotation으로 기술하기 때문에 코드의 가독성이 떨어진다
  • Spring Security를 적용하여 권한에 따라 노출할때 설정을 하기 까다롭다.

참고