learning-spring-cloud
learning-spring-cloud
从入门到精通
eureka-service
- The Eureka service which is the Service Registry.hello-server
- The Service which is going to give data to the Client.hello-client
- The Service which is going to get data from Server via the Discovery Service from the Service Registry (eureka-service
).zuul-service
- This is the Gateway/Edge Service which is registered with Eureka and routes the requests to Clienthystrix-turbine
- The Hystrix and turbine.zipkin-server
- The service invoke monitor.上面是一个最简单的spring cloud示例, 可以理解:
程序员,Java程序员,JavaEE工程师,Android工程师,大学生,软件工程师,编程爱好者,架构师等。
介绍Java相关的代码和实战内容,主要是入门程序。
Java部分基础。
掌握Spring Cloud并使用与实际项目,并理解其原理。
Spring Cloud的快速入门。
http://projects.spring.io/spring-cloud/
https://github.com/TechPrimers/spring-cloud-eureka-hystrix-zuul-example