This commit is contained in:
crusader 2018-04-24 22:09:01 +09:00
parent 4b595bdc79
commit 1cb596487f

View File

@ -22,7 +22,6 @@ public class GeneralContainer {
context.refresh();
context.registerShutdownHook();
GeneralContainerServer server = context.getBean(GeneralContainerServer.class);
//server.setPidFilePath(pidFilePath);
server.start();
}
}