https://github.com/erwanlt/humancloningfacilities
a project to describe many use case
https://github.com/erwanlt/humancloningfacilities
api-rest monitoring openapi-generator security spring-boot
Last synced: about 1 year ago
JSON representation
a project to describe many use case
- Host: GitHub
- URL: https://github.com/erwanlt/humancloningfacilities
- Owner: ErwanLT
- Created: 2021-02-18T11:09:30.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-09-22T11:02:45.000Z (over 2 years ago)
- Last Synced: 2025-04-15T02:53:35.000Z (about 1 year ago)
- Topics: api-rest, monitoring, openapi-generator, security, spring-boot
- Language: Java
- Homepage:
- Size: 4.04 MB
- Stars: 15
- Watchers: 2
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HumanCloningFacilities
[](https://app.travis-ci.com/ErwanLT/HumanCloningFacilities)
[](https://codecov.io/gh/ErwanLT/HumanCloningFacilities)
[](https://www.codacy.com/gh/ErwanLT/HumanCloningFacilities/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ErwanLT/HumanCloningFacilities&utm_campaign=Badge_Grade)
## One project for many examples
In this little project, I tried to explain and describe what we can do with springboot concerning a simple API.
- building it
- securing it
- documenting it
- monitoring it
- make it communicate with other APIs
All these steps are described in individual articles with examples of code implementations.
### [Building a simple rest API with SpringBoot](https://medium.com/javarevisited/building-a-simple-rest-api-with-springboot-3f2e4b123ebb)
[]()
### [Securing your rest API with SpringSecurity](https://medium.com/javarevisited/securing-your-rest-api-with-springsecurity-8ba440fe7b58)
[]()
### [Documenting your API with Swagger](https://medium.com/javarevisited/documenting-your-api-with-swagger-c27a94104135)
[]()
### [Monitoring your REST api with Prometheus et Grafana](https://medium.com/javarevisited/monitoring-your-rest-api-with-prometheus-et-grafana-6b909a7b0c69)
[]()
### [Migration from Swagger 2 to OpenAPI 3](https://medium.com/javarevisited/migration-from-swagger-2-to-openapi-3-391f3e97da73)
[]()
### [Generate API client with OpenApi codegen](https://medium.com/javarevisited/generate-api-client-with-openapi-codegen-763e3f2f8703)
[]()