I have followed this documentation to integrate an OpenAPI/swagger document with Spring WebFlux: https://www.baeldung.com/spring-rest-openapi-documentation
I'd like to generate a custom OpenApi document at runtime.
I have attempted to serve a custom @RestController
on the appropriate path, but Spring complains that there is already a mapping for the path.
Are there any configuration options for this?