This is a simple Spring Boot (gradle) project that is using
- openapi-processor-spring to generate java interfaces for the api defined in an openapi.yaml file
- openapi-processor-json to convert the openapi yaml to json format
- openapi-processor-gradle plugin to run both processors
The purpose of the sample is to show the setup of the gradle plugin and the processors.
See here.