摘要:
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 阅读全文
摘要:
参考优秀博客:https://www.cnblogs.com/huangxiufen/p/15003428.html 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
参考博客:https://blog.csdn.net/q1298252589/article/details/120729989 在Nginx配置中,location 和 proxy_pass 指令的组合使用决定了如何处理URL路径以及如何将请求转发给后端服务器。 在Nginx配置中,proxy_p 阅读全文
摘要:
1. 安装XCode或者Command Line Tools for Xcode。 Xcode可以从AppStore里下载安装,Command Line Tools for Xcode需要在终端中输入以下代码运行安装 xcode-select --install 2. 安装 brew /bin/zs 阅读全文