You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/17 07:03:30 UTC

[GitHub] zonghaishang commented on issue #2510: 请问自定义 Filter 支持打包在 jar 包里面使用吗?

zonghaishang commented on issue #2510: 请问自定义 Filter 支持打包在 jar 包里面使用吗?
URL: https://github.com/apache/incubator-dubbo/issues/2510#issuecomment-421909218
 
 
   @kiwiflydream please read doc: http://dubbo.apache.org/zh-cn/docs/dev/impls/filter.html
   Create a directory and file `META-INF/dubbo/com.alibaba.dubbo.rpc.Filter` in your project.
   ```text
   META-INF/dubbo/com.alibaba.dubbo.rpc.Filter:
   ```
   Then append a line to the file `com.alibaba.dubbo.rpc.Filter`:
   ```text
   xxx=com.xxx.XxxFilter
   ```
   
   `xxx` is your spi name, `com.xxx.XxxFilter` is your filter impl.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org