项目结构调整 x 22 : 优化 trace;将 sms 的集成测试,移到 biz-sms 下

This commit is contained in:
YunaiV
2021-05-03 11:52:53 +08:00
parent ab4e6d0819
commit 99feec4535
10 changed files with 88 additions and 17 deletions

View File

@@ -27,6 +27,12 @@
<artifactId>spring-boot-starter</artifactId>
</dependency>
<!-- 监控相关 -->
<dependency>
<groupId>io.opentracing</groupId>
<artifactId>opentracing-util</artifactId> <!-- aliyun 短信需要,进行链路追踪 -->
</dependency>
<!-- Test 测试相关 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>