TRX il y a 1 an
Parent
commit
0e4f54fd73

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

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

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

@@ -8,7 +8,7 @@ spring:
     allow-circular-references: true
   # 应用名
   application:
-    name: ${project.artifactId}-trx
+    name: ${project.artifactId}
   # 当前读取配置文件的类型
   profiles:
     active: ${spring.profiles.active}