https://github.com/bhuvan588/microservices-springboot-sample-demo
The project aims to show a sample demo of Microservices in SpringBoot utilizing service discovery(eureka), inter-service-communication(FeignClient), API Gateway(Spring Cloud Gateway) and Circuit Breaker Pattern(Resilience4j)
https://github.com/bhuvan588/microservices-springboot-sample-demo
Last synced: 11 months ago
JSON representation
The project aims to show a sample demo of Microservices in SpringBoot utilizing service discovery(eureka), inter-service-communication(FeignClient), API Gateway(Spring Cloud Gateway) and Circuit Breaker Pattern(Resilience4j)
- Host: GitHub
- URL: https://github.com/bhuvan588/microservices-springboot-sample-demo
- Owner: Bhuvan588
- Created: 2025-06-05T14:56:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-05T15:06:59.000Z (about 1 year ago)
- Last Synced: 2025-06-05T16:23:50.307Z (about 1 year ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservices-SpringBoot-Sample-Demo
The project aims to show a sample demo of Microservices in SpringBoot utilizing service discovery(eureka), inter-service-communication(FeignClient), API Gateway(Spring Cloud Gateway) and Circuit Breaker Pattern(Resilience4j)