Open
Description
Will the plugin generate multiple files if GroupedOpenAPI is used?
It does not look like it in the source code: here or here
And if so, how are the filenames generated? openapi-.<json|yaml>
Will the plugin generate multiple files if GroupedOpenAPI is used?
It does not look like it in the source code: here or here
And if so, how are the filenames generated? openapi-.<json|yaml>
Activity
cristian-daramus commentedon Oct 13, 2023
Hey, I also needed the plugin to generate multiple files for each
GroupedOpenApi
so what I did using maven was something like this:I defined 2
GroupedOpenApi
: public and privateI changed the plugin to execute each group on it's own:
Hope it helps
lfvjimisola commentedon Oct 13, 2023
Thanks, but we need a solution that is dynamic (in terms of number of APIs) rather than hardcoded.
codespearhead commentedon Apr 1, 2024
Possible duplicate of springdoc/springdoc-openapi#2539