openapi-tools / swagger-maven-plugin

Maven plugin to activate the Swagger Core library to generate OpenAPI documentation.
MIT License
72 stars 46 forks source link

Generate open api v3 spec from Spring MVC RestControllers code #57

Open marciomnz opened 4 years ago

marciomnz commented 4 years ago

Is your feature request related to a problem? Please describe. We need to be able to extract the openapi specs from Spring MVC RestControllers code dinamically

Describe the solution you'd like It would be nice to have the specs generated (json, yaml) from Spring MVC RestControllers with v3 annotations at build time.

Describe alternatives you've considered We've tried Kongchen's plugin but seems like it does not support open api v3 specs yet

Additional context

langecode commented 4 years ago

Related to #37