TRX 11 ヶ月 前
コミット
88705d7fd6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      PaymentServer/src/main/resources/application.yml

+ 1 - 1
PaymentServer/src/main/resources/application.yml

@@ -1,7 +1,7 @@
 #Web服务器端口
 # 服务器上的端口是 9400 本地启动的端口是 9403
 server:
-  port: 9403
+  port: 9400
 
 debug: true