|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.fr.start.module; |
|
|
|
|
|
|
|
|
|
import com.fr.common.rpc.netty.RemoteCallClient; |
|
|
|
|
import com.fr.design.mainframe.loghandler.socketio.DesignerSocketIO; |
|
|
|
|
import com.fr.design.module.DesignerModule; |
|
|
|
|
import com.fr.general.ModuleContext; |
|
|
|
@ -19,6 +20,7 @@ public class DesignerModuleActivator extends Activator implements Prepare {
|
|
|
|
|
|
|
|
|
|
ModuleContext.startModule(DesignerModule.class.getName()); |
|
|
|
|
DesignerSocketIO.init(); |
|
|
|
|
RemoteCallClient.getInstance(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|