浏览代码

机构类型

TRX 1 年之前
父节点
当前提交
aba5d4e324
共有 2 个文件被更改,包括 1 次插入6 次删除
  1. 0 5
      FullCardServer/src/main/resources/application.yml
  2. 1 1
      FullCardServer/src/main/resources/bootstrap.yml

+ 0 - 5
FullCardServer/src/main/resources/application.yml

@@ -5,11 +5,6 @@ server:
 debug: true
 
 spring:
-  application:
-    name: fullCardServer
-  profiles:
-    active: dev
-
   cloud:
     consul:
       discovery:

+ 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}