修改名称

This commit is contained in:
lpd
2026-01-21 19:16:53 +08:00
parent 09d32a7796
commit 454e444632
52 changed files with 76 additions and 76 deletions

View File

@@ -24,7 +24,7 @@ import org.springframework.context.annotation.Bean;
@ConditionalOnProperty(prefix = "lyzsys.tracer", value = "enable", matchIfMissing = true)
public class LyzsysTracerAutoConfiguration {
// TODO @芋艿skywalking 不兼容最新的 opentracing 版本。同时opentracing 也停止了维护,尬住了!后续换 opentelemetry 即可!
// TODO @鹭鹭skywalking 不兼容最新的 opentracing 版本。同时opentracing 也停止了维护,尬住了!后续换 opentelemetry 即可!
// @Bean
// public BizTraceAspect bizTracingAop() {
// return new BizTraceAspect(tracer());