-
开源项目
工作流http://www.tony2y.top/indexhttp://demoa5.tongzhouyun.com/index....
发布于: 2024-12-02 20:45:06 -
实现分布式锁在事务提交后再释放锁
参考https://blog.csdn.net/zgq_666/article/details/137951411spring 使用注解实现分布式加锁释放锁提交事务https://www.bilibi....
发布于: 2024-11-28 09:18:39 -
观察者模式(发布-订阅 Publish/Subscribe)
参考https://blog.csdn.net/minyunfei6/article/details/140534620....
发布于: 2024-11-27 14:55:03 -
@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
目前是,eureka变成了nacos,feign(ribbon)变成了feign(spring cloud loadbalancer),hystrix变成了sentinel,zuul网关变成了spring cloud gateway。
java 一共收录文章37篇,
一共有4页,
每页显示10篇