Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 566 Bytes

File metadata and controls

23 lines (17 loc) · 566 Bytes

Java Spring Boot codegen from Swagger

Design first: Java Spring Boot code generation using Swagger OpenAPI

Update pom.xml

Update the stable Swagger build dependencies in pom.xml

Code Generation

Generate the code using swagger-codegen

mvn clean install

Add target/generated-sources-src/main/java into Java-build path -> Add folder

or Run

mvn eclipse:eclipse

Angular Codegen using Swagger

Follow my another repository to know more about generating frontend code using swagger file https://github.com/sivagasc/angular-swagger-codegen