I can run a Spring Boot application and then use the springdoc-openapi-maven-plugin
artifact to generate an OpenAPI spec.
However, is there also a way to generate the spec without running the application first?
I currently want to generate the spec in a GitHub Action and a direct way would simplify this a lot.