ju 6 years ago
parent
commit
4aa3641c1d
  1. 4
      designer-realize/src/com/fr/start/module/EnvBasedModule.java

4
designer-realize/src/com/fr/start/module/EnvBasedModule.java

@ -2,7 +2,7 @@ package com.fr.start.module;
import com.fr.module.Activator; import com.fr.module.Activator;
import com.fr.stable.CoreActivator; import com.fr.stable.CoreActivator;
import com.fr.start.server.FineEmbedServerActivator; import com.fr.start.server.FineEmbedServer;
/** /**
* Created by juhaoyu on 2018/6/6. * Created by juhaoyu on 2018/6/6.
@ -21,7 +21,7 @@ public class EnvBasedModule extends Activator {
@Override @Override
public void stop() { public void stop() {
//先关闭tomcat(如果已经启动了的话) //先关闭tomcat(如果已经启动了的话)
stopSub(FineEmbedServerActivator.class); FineEmbedServer.stop();
//倒叙关闭其他模块 //倒叙关闭其他模块
getSub("designer").stop(); getSub("designer").stop();
stopSub(CoreActivator.class); stopSub(CoreActivator.class);

Loading…
Cancel
Save