Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecentric/spring-boot-api-first
Example project using Spring Boot and OpenAPI Processor
https://github.com/codecentric/spring-boot-api-first
openapi openapi3 spring-boot
Last synced: about 3 hours ago
JSON representation
Example project using Spring Boot and OpenAPI Processor
- Host: GitHub
- URL: https://github.com/codecentric/spring-boot-api-first
- Owner: codecentric
- Created: 2020-12-24T10:34:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T16:34:58.000Z (over 3 years ago)
- Last Synced: 2023-03-22T13:44:55.122Z (over 1 year ago)
- Topics: openapi, openapi3, spring-boot
- Language: Java
- Homepage:
- Size: 88.9 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API first Spring Boot Service (WIP)
This Spring Boot Service will be created by the API first approach and tested with [Karate](https://intuit.github.io/karate/). Due to missing capability of OpenAPI Generator in Version 5.0.0 the direct download of the API spec is not possible at the moment. So we will rely on using [Gradle Download Task](https://github.com/michel-kraemer/gradle-download-task). There is also already a [bug report](https://github.com/OpenAPITools/openapi-generator/issues/8255) written by [joschi](https://github.com/joschi). And there is an open [feature request](https://github.com/OpenAPITools/openapi-generator/issues/9083) for OpenAPI Generator to support OpenAPI Spec 3.1.
During the writing process OpenAPI Generator was removed and replaced [OpenAPI Processor](https://docs.openapiprocessor.io/oap/home/home.html).