yml文件配置确实会出问题,我使用同样的参数配置成properties格式后,服务就正常了 cjp1016 commented Sep 12, 2018 确实是的,源代码的取值和metadata.json不一致 lfz757077613 commented Sep 23, 2018 我也发现了,这样就可以了 @EnableDubbo(scanBasePackages = "XXX") lfz757077613 mentioned this issue Sep 23,...