Generate openapi specification without launching any web based UI or triggering any http request
Hi,
my need is to only generate a local static file that contains my openapi definition of my webservices. I am not looking at exposing any webUI like the swagger-ui neither the api doc.
project information: java 17 maven 3.6.3 spring boot 3.3.3
This does not seems possible based on the documentation of the parameters here: https://github.com/springdoc/springdoc-openapi-maven-plugin?tab=readme-ov-file#custom-settings-of-the-springdoc-openapi-maven-plugin
The goal for me is to release the openapi specification as a zip file as part of the pipeline releasing the application.
Can you confirm that this is indeed not feasible in the current state of the plugin ? otherwise can you update the documentation in that sens ? if not possible, can you include it in a roadmap ?
#55