【修改】 名称替换

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-21 17:28:26 +08:00
parent 3bd8a424ec
commit b5f18ba897
1212 changed files with 1262 additions and 1270 deletions

View File

@@ -11,7 +11,7 @@ import org.springframework.context.annotation.Bean;
/**
* Metrics 配置类
*
* @author 芋道源码
* @author 朋辰
*/
@AutoConfiguration
@ConditionalOnClass({MeterRegistryCustomizer.class})

View File

@@ -12,7 +12,7 @@ import java.io.IOException;
/**
* Trace 过滤器,打印 traceId 到 header 中返回
*
* @author 芋道源码
* @author 朋辰
*/
public class TraceFilter extends OncePerRequestFilter {

View File

@@ -11,7 +11,7 @@ import java.util.Map;
/**
* 链路追踪 Util
*
* @author 芋道源码
* @author 朋辰
*/
public class TracerFrameworkUtils {

View File

@@ -1,6 +1,6 @@
/**
* 使用 SkyWalking 组件,作为链路追踪、日志中心。
*
* @author 芋道源码
* @author 朋辰
*/
package pc.exam.pp.framework.tracer;