swagger-maven-plugin
swagger-maven-plugin copied to clipboard
Generate open api v3 spec from Spring MVC RestControllers code
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
Related to #37