fix:【framework 框架】YudaoTracerAutoConfiguration 增加必须存在 Filter
parent
8ae052a750
commit
2cabcbcf8d
|
@ -22,7 +22,7 @@ import org.springframework.context.annotation.Bean;
|
|||
@ConditionalOnClass(name = {
|
||||
"org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer",
|
||||
"io.opentracing.Tracer",
|
||||
"jakarta.servlet.Filter"
|
||||
"javax.servlet.Filter"
|
||||
})
|
||||
@EnableConfigurationProperties(TracerProperties.class)
|
||||
@ConditionalOnProperty(prefix = "yudao.tracer", value = "enable", matchIfMissing = true)
|
||||
|
|
Loading…
Reference in New Issue