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
Post a Comment