fix:【framework 框架】YudaoTracerAutoConfiguration 增加必须存在 Filter
parent
8ae052a750
commit
2cabcbcf8d
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue