Forbid consumer 192.168.85.1 access service com.sharearn.dubbo.romote.TestService from registry

com.alibaba.dubbo.rpc.RpcException:Forbid    consumer192.168.85.1 access service com.sharearn.dubbo.romote.TestService from registry 127.0.0.1:2181 use dubbo version 2.5.3, Please check registry access list (whitelist/blacklist):

出现这个问题的原因是:全包名不匹配:

出现这个问题:首先去仔细检查一下配置文件中的,消费端和提供端能否匹配.

你可能感兴趣的:(springboot)