Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 list

Technology used:
- Java
- Spring Boot
- Eureka Service Discovery and Service Client
- Hystrix
- Circuit Breaker Pattern