TRX пре 1 година
родитељ
комит
488965fcd6

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

@@ -1,6 +1,6 @@
 #Web服务器端口
 server:
-  port: 9100
+  port: 9110
 
 debug: true
 

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

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