Closed EomYoosang closed 2 years ago
http://{ip-address}:8080/swagger-ui.html에 접속시 아래와 같은 화면이 뜨며 접속되지 않음.
http://{ip-address}:8080/swagger-ui.html
를 참고
build.gradle의 io.springfox:springfox-swagger2를 io.springfox:springfox-boot-starter로 변경
build.gradle
io.springfox:springfox-swagger2
io.springfox:springfox-boot-starter
A clear and concise description of what you expected to happen.
io.springfox:springfox-swagger-ui
@EnableSwagger2
/swagger-ui.html
/swagger-ui/index.html
Describe the bug
http://{ip-address}:8080/swagger-ui.html
에 접속시 아래와 같은 화면이 뜨며 접속되지 않음.를 참고
How
build.gradle
의io.springfox:springfox-swagger2
를io.springfox:springfox-boot-starter
로 변경Todo
A clear and concise description of what you expected to happen.
ETC