基础启动项目, 最简化版本运行Spring Boot。 http://localhost:8080
如何配置Spring Boot项目 http://localhost:8011
spring cloud 配置服务器,配置仓库 http://localhost:8081/
服务注册服务器Eureka http://localhost:8761/eureka
服务注册,服务提供者; 消费spring config配置 http://localhost:8762/author
服务消费者,feign实现 http://localhost:8802
服务消费者,ribbon实现,使用Hystrix作为断路器 http://localhost:8801 http://localhost:8801/hystrix
接口路由网关 http://localhost:8088