mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-08 13:27:46 +00:00

* add 新增 所有服务 docker 部署对接 skywalking * add 新增 三大 mq 整合 skywalking * add 新增 seata 整合 skywalking 手动编译 seata 插件包 * add 新增 ruoyi-common-skylog 整合 skywalking 日志推送 * add 增加 skywalking docker编排
32 lines
1.0 KiB
XML
32 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>com.ruoyi</groupId>
|
|
<artifactId>ruoyi-common</artifactId>
|
|
<version>1.3.0</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>ruoyi-common-skylog</artifactId>
|
|
|
|
<description>
|
|
ruoyi-common-skylog skywalking日志收集模块
|
|
</description>
|
|
|
|
<dependencies>
|
|
<!-- skywalking 整合 logback -->
|
|
<dependency>
|
|
<groupId>org.apache.skywalking</groupId>
|
|
<artifactId>apm-toolkit-logback-1.x</artifactId>
|
|
<version>8.12.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.skywalking</groupId>
|
|
<artifactId>apm-toolkit-trace</artifactId>
|
|
<version>8.12.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|