liufeiyu1002 commented on issue #13699: URL: https://github.com/apache/dubbo/issues/13699#issuecomment-1914153258
在 `ATestServiceImpl` 中 使用了 `@DubboReference `会在容器中生成一个 类型为 `ATestService` 的代理类 所以你用 `Autowired` 注解时会提示 (Autowired是byType的) @resource 是通过 名称注入的idea 不会提示告警 想验证 你可以通过 `applicationContext` 查看bean 容器中的类 -- 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]
