Microservices in Spring
And so I was trying to learn microservices and since I'm from the JavaEE background it's given that I will first check: http://wil...

And so I shifted my attention to Spring Cloud, although I preferred understanding how things under, I would admit that having annotations to do things is a welcome change in my code.
And so here's the functional demo code I developed: https://github.com/czetsuya/Spring-Cloud-Eureka-Hystrix-Demo
PS: I'm too lazy to write a more detailed explanation :-) But importing the projects and running in the order I've mentioned should do the trick.
Post a Comment