-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't load swagger-ui.html #2
Comments
As of springfox 2.9.2 breaking changes came into: The configs in
I like this example project because you do not need springfox-swagger2 as a library, it will just work with springfox-swagger-ui and my exisiting swagger.json generated by kongchens maven plugin. |
**Whitelabel Error Page Tue Jul 20 11:27:52 EDT 2021 |
When I access
http://localhost:8080/swagger-ui.html
, I got the below message. But accessinghttp://localhost:8080/v2/api-docs
page return the API json content.Thank you!
The text was updated successfully, but these errors were encountered: