gaohuanjie commented on issue #8213: URL: https://github.com/apache/dubbo/issues/8213#issuecomment-874494468
> > > Dubbo 3.0.0中使用xml配置dubbo.application.name和dubbo.registry.address无效,只有在properties中配置才有效! > > > > > > Hi, I have test your description, but in my case, it seems well use xml to config application name and registry address. How did you use it, can you describe it detaily, thanks. > > 源码及问题:[#8213 (comment)](https://github.com/apache/dubbo/issues/8213#issuecomment-874491130) application.xml中配置了<dubbo:application name="service-provider"/>,但是异常提示:[DUBBO] Ignore invalid config: <dubbo:application protocol="dubbo" hostname="Timmy" />, dubbo version: 3.0.0 如果将application.xml中配置了<dubbo:application name="service-provider"/>存入dubbo.properties文件,则不会出现问题 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
