Commit 40cd5708 by 朱瑞泽

update doc

parent dece4be7
......@@ -170,7 +170,7 @@ public class XXXXInnerServiceImpl implements XXXXService {
public class Main {
public static void main(String[] args) {
ConfigurableApplicationContext context = SpringApplication.run(Main.class, args);
DubboContextUtil.setApplicationContext(context.getParent());
DubboContextUtil.setApplicationContext(context);
}
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment