You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: