摘要: package com.itmuch.cloud; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.zuul.Enabl... 阅读全文
posted @ 2018-06-09 14:48 无天666 阅读(218) 评论(0) 推荐(0) 编辑
摘要: package com.itmuch.cloud; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.zuul.Enabl... 阅读全文
posted @ 2018-06-09 14:45 无天666 阅读(203) 评论(0) 推荐(0) 编辑
摘要: package com.itmuch.cloud; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.zuul.Enabl... 阅读全文
posted @ 2018-06-09 14:41 无天666 阅读(250) 评论(0) 推荐(0) 编辑
摘要: package com.itmuch.cloud.study; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eure... 阅读全文
posted @ 2018-06-09 14:24 无天666 阅读(263) 评论(0) 推荐(0) 编辑
摘要: Zuul:API GATEWAY (服务网关): http://blog.daocloud.io/microservices-2/ 一个客户端不同的功能请求不同的微服务,那么客户端要知道所有微服务的ip和端口,如果有的微服务不是rest协议是用的别的协议,有时候有可能几个微服务要合并,上面都是问题。 阅读全文
posted @ 2018-06-09 14:19 无天666 阅读(203) 评论(0) 推荐(0) 编辑
摘要: Sidecar:异构平台整合。做了一个桥 阅读全文
posted @ 2018-06-09 12:04 无天666 阅读(864) 评论(0) 推荐(0) 编辑