08 2024 档案
摘要:1. maven依赖 <!-- 链路追踪 sky trace --> <dependency> <groupId>org.apache.skywalking</groupId> <artifactId>apm-toolkit-trace</artifactId> </dependency> <!--
阅读全文
摘要:1.文档 中文文档:https://github.com/lmhmhl/Resilience4j-Guides-Chinese/blob/main/index.md 2. maven依赖 <dependency> <groupId>io.github.resilience4j</groupId> <
阅读全文
摘要:#mybatis-3.5.10 + mybatisPlus-3.5.2 #mybatis-plus自增id策略下何时填充id到实体 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl#saveOrUpdate com.baomido
阅读全文