Commit e8768aa5 authored by 江洋洋's avatar 江洋洋

dsp

parent df938cee
...@@ -38,7 +38,7 @@ allprojects { ...@@ -38,7 +38,7 @@ allprojects {
} }
group = "cn.com.duiba.boot" group = "cn.com.duiba.boot"
version = "0.0.39-jyy-01-SNAPSHOT" version = "0.0.41-jyy-SNAPSHOT"
} }
subprojects { subprojects {
......
...@@ -29,12 +29,6 @@ public class SamplerLogAutoConfiguration { ...@@ -29,12 +29,6 @@ public class SamplerLogAutoConfiguration {
return new SamplerLogRequestInterceptor(); return new SamplerLogRequestInterceptor();
} }
//dubbo服务调用过滤器,设置请求头和接收请求头
@Bean
public DubboLogSamplerContextFilter dubboLogSamplerContextFilter() {
return new DubboLogSamplerContextFilter();
}
//servlet过滤器 //servlet过滤器
@Bean @Bean
public RpcLogSamplerContextFilter rpcLogSamplerContextFilter() { public RpcLogSamplerContextFilter rpcLogSamplerContextFilter() {
......
dubboLogSamplerContextFilter=cn.com.duiba.spring.boot.starter.dsp.sampler.filter.DubboLogSamplerContextFilter
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment