摘要: 1.简介 1.1 概述 Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used to broadcast state changes ( 阅读全文
posted @ 2020-08-23 12:50 Soulballad 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 Spring Cloud Config provides server and client-side support for externalized configuration in a distributed system. With the Config Server 阅读全文
posted @ 2020-08-23 12:48 Soulballad 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 Feign is a declarative web service client. It makes writing web service clients easier. To use Feign create an interface and annotate it. 阅读全文
posted @ 2020-08-23 12:45 Soulballad 阅读(564) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 In a distributed environment, inevitably some of the many service dependencies will fail. Hystrix is a library that helps you control the 阅读全文
posted @ 2020-08-23 12:42 Soulballad 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 Service Discovery is one of the key tenets of a microservice-based architecture. Trying to hand-configure each client or some form of conv 阅读全文
posted @ 2020-08-16 21:23 Soulballad 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 Ribbon is a client-side load balancer that gives you a lot of control over the behavior of HTTP and TCP clients. Feign already uses Ribbon 阅读全文
posted @ 2020-08-16 21:19 Soulballad 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 A typical Spring Boot starter contains code to auto-configure and customize the infrastructure of a given technology, let’s call that "acm 阅读全文
posted @ 2020-08-02 22:30 Soulballad 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 Spring MVC uses the HttpMessageConverter interface to convert HTTP requests and responses. Sensible defaults are included out of the box. 阅读全文
posted @ 2020-08-02 22:28 Soulballad 阅读(1149) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 In WebFlux.fn, an HTTP request is handled with a HandlerFunction: a function that takes ServerRequest and returns a delayed ServerResponse 阅读全文
posted @ 2020-08-02 22:27 Soulballad 阅读(1374) 评论(0) 推荐(0) 编辑
摘要: 1.简介 1.1 概述 Spring WebFlux is the new reactive web framework introduced in Spring Framework 5.0. Unlike Spring MVC, it does not require the Servlet AP 阅读全文
posted @ 2020-08-02 22:26 Soulballad 阅读(532) 评论(0) 推荐(0) 编辑