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