Swagger [2] Annotation (1)
Swagger Annotation (1) ← 본문 링크 Swagger Annotation (2) ← 본문 링크 Swagger Annotation (3) ← 작성 예정 이전 포스팅에서 Swagger의 기본 개념 및 JAVA Spring Boot 환경에 사용하는 방법에 대하여 알아보았다. 이번에는 Annotation에 대하여 알아보고자 한다. Swagger Annotation을 이용하여 API 명세 화면(swagger-ui.html)을 보다 쉽게 Control 할 수 있다. Swagger Annotation(간략) @ApiIgnore class에 붙여 사용하는 Annotation ui 화면에서 보이지 않도록 ignore 설정을 가능케한다. @Api class에 붙여 사용하는 Annotation ui 화면에 ..