Sample project to generate codes from swagger files. It also includes modification for Webflux code generation
- Design your api
- 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"
gradle build
- Code is ready for you
This code was generated by the OpenAPI Generator project.