Closed
Description
Describe the bug
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 - Navigate to Swagger, for example http://127.0.0.1:8080/webjars/swagger-ui/index.html
Expected behavior
- Swagger shows generated documentation -
/v3/api-docs
, nothttps://petstore.swagger.io/v2/swagger.json
- no warning about
classpath:/META-INF/resources/webjars/swagger-ui/5.18.2/
Screenshot
Additional context
Maybe it is caused by #2862
Metadata
Metadata
Assignees
Labels
No labels