08 2024 档案

摘要:1. maven依赖 <!-- 链路追踪 sky trace --> <dependency> <groupId>org.apache.skywalking</groupId> <artifactId>apm-toolkit-trace</artifactId> </dependency> <!-- 阅读全文
posted @ 2024-08-22 15:46 Peter.Jones 阅读(50) 评论(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 阅读(154) 评论(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 阅读(64) 评论(0) 推荐(0)