摘要: # 配合feign resilience4j: #熔断器 circuitbreaker: instances: default: slidingWindowType: COUNT_BASED slidingWindowSize: 0 minimumNumberOfCalls: 100 failure 阅读全文
posted @ 2025-02-12 10:31 Peter.Jones 阅读(1) 评论(0) 推荐(0) 编辑
摘要: spring cloud gateway 通过redis限流原理 https://blog.csdn.net/weixin_38405253/article/details/108891772 缓存、降级 和 限流 被称为高并发、分布式系统的三驾马车, 网关作为整个分布式系统中的第一道关卡 限流被称 阅读全文
posted @ 2025-02-12 10:17 Peter.Jones 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1. maven依赖 <!-- 链路追踪 sky trace --> <dependency> <groupId>org.apache.skywalking</groupId> <artifactId>apm-toolkit-trace</artifactId> </dependency> <!-- 阅读全文
posted @ 2024-08-22 15:46 Peter.Jones 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1.文档 中文文档:https://github.com/lmhmhl/Resilience4j-Guides-Chinese/blob/main/index.md 2. maven依赖 <dependency> <groupId>io.github.resilience4j</groupId> < 阅读全文
posted @ 2024-08-19 17:26 Peter.Jones 阅读(22) 评论(0) 推荐(0) 编辑
摘要: #mybatis-3.5.10 + mybatisPlus-3.5.2 #mybatis-plus自增id策略下何时填充id到实体 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl#saveOrUpdate com.baomido 阅读全文
posted @ 2024-08-02 16:18 Peter.Jones 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 参考优秀博客:https://www.cnblogs.com/huangxiufen/p/15003428.html 阅读全文
posted @ 2024-07-21 22:39 Peter.Jones 阅读(9) 评论(0) 推荐(0) 编辑
摘要: pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2024-05-15 15:36 Peter.Jones 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-05-06 14:44 Peter.Jones 阅读(5) 评论(0) 推荐(0) 编辑
摘要: package com.xx.xx.core.utils; import cn.hutool.core.util.ReflectUtil; import com.xx.tools.utils.BeanUtil; import com.xx.tools.utils.StringUtil; import 阅读全文
posted @ 2024-04-30 16:34 Peter.Jones 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 参考博客:https://blog.csdn.net/q1298252589/article/details/120729989 在Nginx配置中,location 和 proxy_pass 指令的组合使用决定了如何处理URL路径以及如何将请求转发给后端服务器。 在Nginx配置中,proxy_p 阅读全文
posted @ 2024-04-30 11:10 Peter.Jones 阅读(112) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示