lizw 3 yıl önce
ebeveyn
işleme
e5cb564e11

+ 1 - 1
soap-gateway/src/main/java/com/galaxis/soap/StartSoap.java

@@ -17,7 +17,7 @@ public class StartSoap {
 
     @SneakyThrows
     public static void main(String[] args) {
-        String wsUrl = "http://127.0.0.1:9000/wms/api";
+        String wsUrl = "http://0.0.0.0:9000/wms/api";
         Endpoint.publish(wsUrl, new WMSServiceImpl());
         ApplicationContext ctx = SpringApplication.run(StartSoap.class, args);
         log.info("### 服务启动完成 === " + ctx);