https://github.com/alexmarqs/springboot-api-first-example
📘 API-First example in a Spring Boot application
https://github.com/alexmarqs/springboot-api-first-example
api-first openapi spring-boot
Last synced: 6 months ago
JSON representation
📘 API-First example in a Spring Boot application
- Host: GitHub
- URL: https://github.com/alexmarqs/springboot-api-first-example
- Owner: alexmarqs
- Created: 2020-06-02T08:16:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T21:55:56.000Z (over 4 years ago)
- Last Synced: 2023-03-06T23:46:13.142Z (almost 3 years ago)
- Topics: api-first, openapi, spring-boot
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API-First Spring Boot example
An API-First approach means that for any given development project,
your APIs are defined before you start coding. This approach uses an API description language to establish a
contract for how the API is supposed to behave (endpoints,
security schemas, etc.).
## References
[https://swagger.io/resources/articles/adopting-an-api-first-approach/](https://swagger.io/resources/articles/adopting-an-api-first-approach/)
[https://swagger.io/docs/specification/about/](https://swagger.io/docs/specification/about/)