application_blog

  1. Created a blog system using Spring Cloud
  2. Spring Cloud gives you async feature running an application in a single thread
  3. Included an API Gateway to forward traffic to multiple services
  4. Added load balancer in a gateway to forward traffic
  5. Included all services in service registry
  6. Tried eureka as a service registry
  7. This application was to try out possible feature of Spring Cloud