Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
spring-boot-starter-dsp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
shenjiaqing
spring-boot-starter-dsp
Commits
e8768aa5
Commit
e8768aa5
authored
Mar 16, 2022
by
江洋洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsp
parent
df938cee
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
build.gradle
build.gradle
+1
-1
SamplerLogAutoConfiguration.java
...boot/starter/dsp/sampler/SamplerLogAutoConfiguration.java
+0
-6
org.apache.dubbo.rpc.Filter
...main/resources/META-INF/dubbo/org.apache.dubbo.rpc.Filter
+1
-0
No files found.
build.gradle
View file @
e8768aa5
...
@@ -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
{
...
...
spring-boot-starter-dsp-sampler/src/main/java/cn/com/duiba/spring/boot/starter/dsp/sampler/SamplerLogAutoConfiguration.java
View file @
e8768aa5
...
@@ -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
()
{
...
...
spring-boot-starter-dsp-sampler/src/main/resources/META-INF/dubbo/org.apache.dubbo.rpc.Filter
0 → 100644
View file @
e8768aa5
dubboLogSamplerContextFilter=cn.com.duiba.spring.boot.starter.dsp.sampler.filter.DubboLogSamplerContextFilter
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment