How to get bean from spring IOC container which is running on another JVM?

182 Views Asked by At

I have multi-module application consider Module-A and Module-B that runs two IOC containers IOC-A and IOC-B respectively. I am quite beginner to multi-module architecture. As per my assumption, both modules runs on different JVMs. I am using Spring boot to run both modules. Now I want a bean from IOC-A need to be injected in a bean in IOC-B. Please suggest how to accomplish it. Thanks

0

There are 0 best solutions below