liubao68 commented on issue #2740: URL: https://github.com/apache/servicecomb-java-chassis/issues/2740#issuecomment-1803237800
感觉这个不是一个合理的使用场景。 FactoryBean 的加载时机比一般的普通 Bean 早, 你的例子中 DemoBean 依赖了 DemoInterface , 导致了 DemoInterfaceImpl 被提前加载, 而这个时候, Spring 的 BeanPostProcessor 都还未初始化。 印象中 Spring 新版本对这种请都会打印警告的。 -- 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: commits-unsubscr...@servicecomb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org