Commit 00a47d37 authored by ZWT's avatar ZWT

都删了

parent ef7fa1b9
......@@ -16,7 +16,7 @@ public class DeployPpsSystemApplication {
public static void main(String... args) {
CounterBuilder.globalCounterBuilder.setFieldValue(CounterBuilder.DEPLOY_KEY, DeployPpsSystemApplication.class.getSimpleName());
XStartup startup = new XStartupApplication("pps");
startup.config(new XServerConf(22061).naming("pps-base-info"))
startup.config(new XServerConf(22061).naming("pps-system-info"))
.config(new XServiceConf("pps"));
startup.enable(XApiFeature.class)
.config(new XApiCookieConf("%4bH8s9&", 43200));
......@@ -25,5 +25,4 @@ public class DeployPpsSystemApplication {
startup.enable(XRpcFeature.class);
startup.run(args);
}
}
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