标签: spring spring-boot dependency-injection spring-bean spring-ioc
我有多模块应用程序,考虑模块A和模块B分别运行两个IOC容器IOC-A和IOC-B。我是多模块体系结构的初学者。按照我的假设,两个模块都在不同的JVM上运行。我正在使用Spring Boot来运行两个模块。现在,我需要将IOC-A中的bean注入IOC-B中的bean中。 请建议如何完成。谢谢