TRX 1 سال پیش
والد
کامیت
fbe2593a14
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      FullCardServer/src/main/resources/application.yml
  2. 1 1
      FullCardServer/src/main/resources/bootstrap.yml

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

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

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

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