Skip to content

ShubhraSuman/Spring-Cloud

Repository files navigation

Spring-Cloud

  1. Learning what spring cloud is and why it is important for Microservices
  2. Using Eureka Server For Microservice Registration and Discovery
  3. Implementation of Fault Tolerance for Microservice using Hystrix
  4. Creating declarative Microservice REST client using Feign
  5. Doing client side load balancing using Ribbon
  6. Using Proxy Gateways for cross cutting concerns
  7. Making your Microservice applications fault tolerant using Riselnce4j
  8. Enabling Distributed Tracing through Sleuth

🔧 Technologies & Tools used

  1. Java
  2. MySql WorkBench
  3. Spring
  4. Postman

      UseCase

      Project Description

      • We have created two microservice named Product and Coupon serivce
      • These two services will expose out restful API. Which will allow end user to create a product and apply coupon code
      • Product service will be responsible for creating product in DB along with price and description
      • Coupon service will be responsible for generating coupon code for a particular product

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages