mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-04-19 13:58:38 +00:00
fix:【framework 框架】YudaoTracerAutoConfiguration 增加必须存在 Filter
This commit is contained in:
@@ -21,7 +21,8 @@ import org.springframework.context.annotation.Bean;
|
|||||||
@AutoConfiguration
|
@AutoConfiguration
|
||||||
@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"
|
||||||
})
|
})
|
||||||
@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