Spring Cloud Eureka—服务治理 发表于 2018-09-13 搭建服务注册中心在eureka-server工程中: 添加依赖:compile('org.springframework.cloud:spring-cloud-starter-netflix-eureka-server') 启动类上添加@EnableEurekaServer注解,声 ... 阅读全文 »
SOAP webserivce 和 RESTful webservice 对比及区别 发表于 2018-09-13 简单对象访问协议(Simple Object Access Protocol,SOAP)是一种基于 XML 的协议,可以和现存的许多因特网协议和格式结合使用,包括HTTP、SMTP、MIME,基于“通用”传输协议是 SOAP的一个优点。它还支持从消息系统到远程过程调用(Remote Procedur ... 阅读全文 »
Ribbon 发表于 2018-09-10 客户端负载均衡服务端负载均衡:分为硬件负载均衡和软件负载均衡。软件负载均衡,例如Nginx,通过Nginx进行负载均衡,先发送请求,然后通过负载均衡算法,在多个服务器之间选择一个进行访问;即在服务器端再进行负载均衡算法分配。客户端负载均衡:例如spring cloud中的ribbon,客户端节点会维 ... 阅读全文 »
Hello World 发表于 2018-09-10 Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ... 阅读全文 »