openapi-processor-spring
openapi-processor-spring copied to clipboard
an OpenAPI 3.0 & 3.1 interface & model java code generator for Spring Boot
Results
11
openapi-processor-spring issues
Sort by
recently updated
recently updated
newest added
Trying to get started with code generation. Created a new gradle subproject with my openapi.yaml and these files straight out of the docs: build.gradle: ```` plugins { id 'io.openapiprocessor.openapi-processor' version...