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
In Spring Boot 3.4.2 application with WebFlux, when springdoc-openapi-starter-webflux-ui is upgraded from 2.8.3 to 2.8.4, Swagger no longer shows generated documentation, but documentation for https://petstore.swagger.io/v2/swagger.json
There is also a warning:
o.s.w.r.resource.ResourceHandlerUtils : Appended trailing slash to static resource location: classpath:/META-INF/resources/webjars/swagger-ui/5.18.2/
To Reproduce
Steps to reproduce the behavior:
Create Spring Boot 3.4.2 application with springdoc-openapi-starter-webflux-ui 2.8.4 and any endpoint