I'm reading Spring Cloud document recently.
Spring Cloud seems to be really interesting for me.
I created a github repository for the reading:
bufferings/spring-cloud-sandbox · GitHub
Hands-on reading tells me a lot more about it:)
Currently my sandbox repository has following applications:
- config
- config server ( get config from spring-cloud-samples/config-repo )
- eureka
- eureka server ( stand alone )
- hystrix
- hystrix dashboard
- demo-service1
- a service api
- demo-service2
- a service api
- demo-front1
- using demo-service1 & 2 with circuit breaker
Surprisingly, I wrote almost no code for config/eureka/hystrix and a little bit code for apis.
Next is turbine.