feat(基础功能增强): 服务运行日志上报到skywalking

新增logback上报skywalking插件
This commit is contained in:
otto 2023-05-06 17:53:32 +08:00
parent 38db41eb38
commit c6830e5544
1 changed files with 7 additions and 0 deletions

View File

@ -113,6 +113,13 @@
<artifactId>swagger-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-toolkit-logback-1.x</artifactId>
<version>8.15.0</version>
</dependency>
</dependencies>
</project>