|
@@ -20,7 +20,7 @@ public class StartSoap {
|
|
|
String wsUrl = "http://0.0.0.0:9999/wms/api";
|
|
|
Endpoint.publish(wsUrl, new WMSServiceImpl());
|
|
|
ApplicationContext ctx = SpringApplication.run(StartSoap.class, args);
|
|
|
- log.info("### 服务启动完成 === " + ctx);
|
|
|
+ log.info("### Prod服务启动完成 === " + ctx);
|
|
|
Runtime.getRuntime().addShutdownHook(new Thread(() -> running.set(false)));
|
|
|
while (running.get()) {
|
|
|
// noinspection BusyWait
|