Hiển thị các bài đăng có nhãn microservices. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn microservices. Hiển thị tất cả bài đăng

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://wildfly-swarm.io/tutorial. I found the code too complicated, how can I focus on the business problem if it's like that.

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.