https://github.com/harshadchovatiya/product-inventory
This repository contains the sample code to demonstrate the use of various components of spring cloud like eureka-server, zuul gateway, feign client, hystrix, config-server and microservice design architecture
https://github.com/harshadchovatiya/product-inventory
eureka-server hystrix java mongodb postgresql spring-boot spring-cloud spring-cloud-config spring-cloud-gateway spring-security zuul-api-gateway
Last synced: 3 months ago
JSON representation
This repository contains the sample code to demonstrate the use of various components of spring cloud like eureka-server, zuul gateway, feign client, hystrix, config-server and microservice design architecture
- Host: GitHub
- URL: https://github.com/harshadchovatiya/product-inventory
- Owner: HarshadChovatiya
- Created: 2021-06-28T09:00:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-28T13:39:55.000Z (about 5 years ago)
- Last Synced: 2025-01-23T21:56:43.123Z (over 1 year ago)
- Topics: eureka-server, hystrix, java, mongodb, postgresql, spring-boot, spring-cloud, spring-cloud-config, spring-cloud-gateway, spring-security, zuul-api-gateway
- Language: Java
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# product-inventory
This repository contains the sample code to demonstrate the use of various components of spring cloud like
eureka-server, zuul gateway, feign client, hystrix, config-server and microservice design architecture.
As I have used config-server to make a centralized configuration for all the service,
application.properties file for all the services can be found at [here](https://github.com/HarshadChovatiya/product-inventory-spring-cloud-config)