Home > front end >  Springboot dubbo unable to load the custom org. Apache. Dubbo. RPC. The Filter
Springboot dubbo unable to load the custom org. Apache. Dubbo. RPC. The Filter

Time:11-11

Springboot integrated dubbo, custom filters cannot be dubbo loaded into the
1. The code
 @ Activate (group={CommonConstants. The PROVIDER, CommonConstants. CONSUMER}, 
The order=- 10000)
Public class LogFilter implements Filter {}

2. Application. The properties
 dubbo. The provider. The filter=logFilter 

3. org.apache.dubbo.rpc.filter file
 logFilter=com. Test. Web. Filter. The logFilter 



The debug

Passing by the great god please help solve
  • Related