标签: swagger swagger-ui springfox
将Springfox更新为2.8.0后,我开始遇到以下问题:
Swagger尝试访问以下资源:
http://localhost:8080/api/swagger-ui.html/swagger-resources/configuration/ui
而不是正确的:
http://localhost:8080/api/swagger-resources/configuration/ui
如何解决?