kibear opened a new issue #2038: 建议:@Reference用起来有点别扭 URL: https://github.com/apache/incubator-dubbo/issues/2038 dubbo和spring-boot集成的时候。 consumer注入远程bean的时候,现在只能用@Reference来实现, 类似: @Reference private HelloService helloService; 为什么不提供一个@Autowired的注解来实现属性注入 @Autowired private HelloService helloService; 这样看起来更加直观。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
