An open API service indexing awesome lists of open source software.

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

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/)