mirror of
https://gitee.com/zhijiantianya/yudao-cloud.git
synced 2026-03-22 05:07:16 +08:00
fix:【framework 框架】YudaoTracerAutoConfiguration 增加必须存在 Filter
This commit is contained in:
@@ -22,7 +22,7 @@ import org.springframework.context.annotation.Bean;
|
|||||||
@ConditionalOnClass(name = {
|
@ConditionalOnClass(name = {
|
||||||
"org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer",
|
"org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer",
|
||||||
"io.opentracing.Tracer",
|
"io.opentracing.Tracer",
|
||||||
"jakarta.servlet.Filter"
|
"javax.servlet.Filter"
|
||||||
})
|
})
|
||||||
@EnableConfigurationProperties(TracerProperties.class)
|
@EnableConfigurationProperties(TracerProperties.class)
|
||||||
@ConditionalOnProperty(prefix = "yudao.tracer", value = "enable", matchIfMissing = true)
|
@ConditionalOnProperty(prefix = "yudao.tracer", value = "enable", matchIfMissing = true)
|
||||||
|
|||||||
Reference in New Issue
Block a user