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
Is it possible to generate a Swagger spec from the annotations? I see that the swagger-maven-plugin in theory has the ability to do this, but I haven't been able to get it to actually do the generation.
The swagger.json would make it much easier to build API clients.
The text was updated successfully, but these errors were encountered:
Updated our pom in #958 so that the json will be output during mvn compile alongside the other api-docs documents (in target/classes/assets/api-docs). If you need to use them sooner, feel free to mvn compile from the swagger_json branch to generate them
Is it possible to generate a Swagger spec from the annotations? I see that the swagger-maven-plugin in theory has the ability to do this, but I haven't been able to get it to actually do the generation.
The swagger.json would make it much easier to build API clients.
The text was updated successfully, but these errors were encountered: