@@ -5,11 +5,6 @@ server:
debug: true
spring:
- application:
- name: fullCardServer
- profiles:
- active: dev
-
cloud:
consul:
discovery:
@@ -8,7 +8,7 @@ spring:
allow-circular-references: true
# 应用名
application:
- name: ${project.artifactId}
+ name: ${project.artifactId}-trx
# 当前读取配置文件的类型
profiles:
active: ${spring.profiles.active}