I have inherited a project that uses swagger without a yaml or json file but Java annotations on controllers and model classes instead. I would now like to generate the API classes using the maven plugin in order to implement integration tests, i.e. tests firing REST requests at a running services and inspecting the results.
Is there a way to generate the API classes in my maven build without having to download the generated JSON file from a running instance first? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
