[Tool] Swagger(API 문서 자동화) 3.0.0 + Authorize 버튼
·
🔻Download, Tool
❗build.gradle에 swagger 설정 추가 implementation "io.springfox:springfox-swagger2:3.0.0" implementation "io.springfox:springfox-swagger-ui:3.0.0" implementation "io.springfox:springfox-spring-web:3.0.0" implementation "io.springfox:springfox-oas:3.0.0" implementation "io.swagger:swagger-annotations:1.5.21" implementation "io.swagger:swagger-models:1.5.21" ❗SwaggerConfig 작성 ✏️SwaggerConfig 클래스를 만들고 아래..