@JoeXie I agree with @Jeff-Lv that the spring context is repeatedly created in
your application, and dubbo doesn't do it, see this:
https://github.com/apache/incubator-dubbo/blob/2.5.x/dubbo-config/dubbo-config-spring/src/main/java/com/alibaba/dubbo/config/spring/extension/SpringExtensionFactory.java#L33
```java
public static void addApplicationContext(ApplicationContext context) {
contexts.add(context);
}
```
Dubbo will not create spring context for user.
[ Full content available at:
https://github.com/apache/incubator-dubbo/issues/2405 ]
This message was relayed via gitbox.apache.org for [email protected]