springfox-boot-starter使用报错Whitelabel Error Page,错误访问地址http://localhost:8080/swagger-ui正确访问地址:访问地址:http://localhost:8080/swagger-ui/
重启后再次访问/swagger-ui.html返回的是Whitelabel Error Page。百度/swagger-ui.html无法访问或者 swagger3 无法不到,也有两种方法,要么降低 swagger 版本到 2.*,要么使用 springfox-boot-starter 替换原来的依赖。 进一步了解知道,swagger2 的访问地址是/swagger-ui.html到了 swagger3 以后更新为/swagger-ui/index...
访问地址 Spring Boot监听了8080端口。 http://localhost:8080/swagger-ui/index.html http://localhost:8080/v2/api-docs 生产环境关闭 springfox:documentation:enabled:false 备注 springfox已迁移到springdoc。 GitHub https://github.com/springfox/springfox ...
重启后再次访问/swagger-ui.html返回的是Whitelabel Error Page。百度/swagger-ui.html无法访问或者 swagger3 无法不到,也有两种方法,要么降低 swagger 版本到 2.*,要么使用 springfox-boot-starter 替换原来的依赖。 进一步了解知道,swagger2 的访问地址是/swagger-ui.html到了 swagger3 以后更新为/swagger-ui/index...