-
@FeignClient VS @ReactiveFeignClient
将@FeignClient用于reactor的接口定义@FeignClient(contextId = "test-feign", value = "mbiolance-....
发布于: 2024-11-14 15:16:18 -
spring cloud gateway 动态修改请求
import org.springframework.cloud.gateway.filter.GatewayFilterChain;import org.springframework.cloud.....
发布于: 2024-11-14 09:36:54 -
将一个或多个局域网内的服务发布到公网上
https://developer.baidu.com/article/details/2808768....
发布于: 2024-08-14 14:46:45 -
注册远程nacos
@Configuration@ConditionalOnProperty(prefix = "nacos", name = "enabled", havingV....
发布于: 2024-08-13 11:58:38 -
openfeign
@Documented@Target({ElementType.TYPE})@Retention(RetentionPolicy.RUNTIME)@Import({EnableUserInfoTran....
发布于: 2024-08-10 22:37:29 -
Spring + HttpClient配置多线程
https://blog.csdn.net/liu911025/article/details/80837765package com.httpclient.config; import org.ap....
发布于: 2024-08-07 17:22:39 -
Reactivate-Feign
https://blog.csdn.net/Demon_Hao/article/details/136530115....
发布于: 2024-08-08 10:40:44 -
Spring Boot FeignClient vs. WebClient
https://www.baeldung.com/spring-boot-feignclient-vs-webclient....
发布于: 2024-08-07 17:34:38 -
Nacos loadbalancer
https://blog.frognew.com/2022/02/spring-cloud-notes-04.htmlgferwgggggg....
发布于: 2024-08-07 18:10:05 -
Spring WebFlux Framework
https://docs.spring.io/spring-boot/reference/web/reactive.htmlSpring WebFlux有两种风格:函数式和基于注释的。基于注释的模型非....
发布于: 2024-08-06 16:27:19
目前是,eureka变成了nacos,feign(ribbon)变成了feign(spring cloud loadbalancer),hystrix变成了sentinel,zuul网关变成了spring cloud gateway。
java 一共收录文章34篇,
一共有4页,
每页显示10篇