How can i load 2 spring context in same JVM? -


i've 2 applications each 1 uses different spring application context configuration on same jvm, , every time tries run both of them found problem last 1 configuration overrides previous 1 spring context loaded last 1 configuration, advices how overcome this, letting every application runs it's configuration without affected other spring context.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -