Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shofiq0023/spring-boot-microservices
https://github.com/shofiq0023/spring-boot-microservices
circuit-breaker-pattern eureka eureka-client eureka-server hystrix java rest-api spring-boot
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shofiq0023/spring-boot-microservices
- Owner: shofiq0023
- Created: 2022-01-23T11:04:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T11:10:29.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T14:35:13.868Z (about 2 months ago)
- Topics: circuit-breaker-pattern, eureka, eureka-client, eureka-server, hystrix, java, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservice Application with Spring Boot
## Application to get student detail and Student result with 2 API calls
API:
- One API that gets the student detail
- One API that gets the student result
- One service that calls the externals api and shows a student listTechnology used:
- Java
- Spring Boot
- Eureka Service Discovery and Service Client
- Hystrix
- Circuit Breaker Pattern