Forum Discussion

lalitha00348's avatar
lalitha00348
Occasional Visitor
8 years ago

Is it Swagger generates Java code for REST API automatically ?

I want Swagger to build my APIs without writing the code manually. I have implemented documentation for the existing REST APIs using Swagger annotations in Java. Now, would like to know can Swagger generate the Java code, if I want to implement a new REST API.

1 Reply

  • Yes it can.  Define your API in the editor and choose either to "add an integration" where your server can be automatically synchronized with a Git source control system, or "download server" and select the java framework you like.