dangdangdotcom / dubbox

Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework.
http://dangdangdotcom.github.io/dubbox
Apache License 2.0
4.89k stars 2.06k forks source link

com.alibaba.dubbo.rpc.Filter配置xml方式如何调整filter位置 #351

Open gMan1990 opened 7 years ago

gMan1990 commented 7 years ago

注解的话是这样 @Activate(group = { Constants.CONSUMER }, after = { "consumercontext", "其它的" }) 写到xml里要怎么写,并且可以设置before和after?

gMan1990 commented 7 years ago

之前是因为我把Filter写在公用项目里了,而且也配置了com.alibaba.dubbo.rpc.Filter文件 找到解决方法了,就是com.alibaba.dubbo.rpc.Filter文件由各个项目去设置就可以了