We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
according to #213 this feature is available from version v1.2.19. I am just wondering if the same is supported for webflux or only for mvc as I cannot make it work following the example https://github.com/springdoc/springdoc-openapi/tree/master/springdoc-openapi-webmvc-core/src/test/java/test/org/springdoc/api/app68.
My configuration is the one below:
springdoc: swagger-ui: enabled: false api-docs: enabled: true groups: enabled: true @Bean public GroupedOpenApi userOpenApi() { return GroupedOpenApi.builder() .setGroup("users") .pathsToMatch("/api/v1/**") .build(); }
The expected result is to have the OpenAPI description under /v3/api-docs/users but I get a 404. I am using version 1.2.24.
Thank you Regards Mario
The text was updated successfully, but these errors were encountered:
Hi @cmario,
This feature is not available yet for webflux. Will be available for the next release. v1.2.25;
Sorry, something went wrong.
cf05f3b
Thanks a lot @bnasslahsen. That was quick :-)
No branches or pull requests
Hi,
according to #213 this feature is available from version v1.2.19. I am just wondering if the same is supported for webflux or only for mvc as I cannot make it work following the example https://github.com/springdoc/springdoc-openapi/tree/master/springdoc-openapi-webmvc-core/src/test/java/test/org/springdoc/api/app68.
My configuration is the one below:
The expected result is to have the OpenAPI description under /v3/api-docs/users but I get a 404. I am using version 1.2.24.
Thank you
Regards
Mario
The text was updated successfully, but these errors were encountered: