Closed lkqm closed 4 years ago
在一个dubbo项目中, 我通过dubbo-spring-boot-starter进行配置后使用@Service来暴露一个服务, 同时又希望通过配置的方式来定义, 当这样做的时候, 出现了2种错误, 大致就是配置重复, 如果不在xml配置就提示配置为null, 有什么好的建议吗?
dubbo-spring-boot-starter版本: 0.1.1
配置dubbo-consumer.xml:
错误提示:
You can remove the XML element <dubbo:application> or spring.application.name for resolving this issue.
<dubbo:application>
spring.application.name
在一个dubbo项目中, 我通过dubbo-spring-boot-starter进行配置后使用@Service来暴露一个服务, 同时又希望通过配置的方式来定义, 当这样做的时候, 出现了2种错误, 大致就是配置重复, 如果不在xml配置就提示配置为null, 有什么好的建议吗?
dubbo-spring-boot-starter版本: 0.1.1
配置dubbo-consumer.xml:
错误提示: