You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that attempting to use a provided spec as documented here is broken since webjars-locator-core was removed in springdoc/springdoc-openapi#2173
setting springdoc.api-docs.enabled=false disables autoconfiguration which results in the new SpringDocsUIConfiguration not being configured - which causes a 404 when attempting to resolve the webjar.
I believe the instructions likely need updated to include defining a bean like:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
It appears that attempting to use a provided spec as documented here is broken since
webjars-locator-core
was removed in springdoc/springdoc-openapi#2173setting
springdoc.api-docs.enabled=false
disables autoconfiguration which results in the new SpringDocsUIConfiguration not being configured - which causes a 404 when attempting to resolve the webjar.I believe the instructions likely need updated to include defining a bean like:
To Reproduce
Expected behavior
swagger-ui loads
The text was updated successfully, but these errors were encountered: