springdoc / springdoc-openapi-maven-plugin

Library for OpenAPI 3 with spring-boot
https://springdoc.org
Apache License 2.0
141 stars 37 forks source link

Generate api document by Maven plugin during compilation #58

Closed fwnan closed 1 year ago

fwnan commented 1 year ago

Currently, springdoc must be running the program before accessing the API documentation interface. But sometimes the request definition is modified and the program is not launched At this point, through the Maven plugin, documents can be generated during compilation and quickly delivered to testing people.

So, I would like to ask, can this feature be implemented in the future?

bnasslahsen commented 1 year ago

There are no plans for this feature. If you feel it useful for the community. Please feel free to propose a PR.