Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 486 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 486 Bytes

Api First Demonstration

Sample project to generate codes from swagger files. It also includes modification for Webflux code generation

Steps

  1. Design your api
  2. Locate api folder and change build.gradle mapping to the openapi or swagger file by changing following line

def openapiSourceFile = "$rootDir/api/users-api.yaml"

  1. gradle build
  2. Code is ready for you

This code was generated by the OpenAPI Generator project.