refactor(all): 优化配置文件,增加一个随机端口的配置

同一个配置文件里用横线分割的写法实际不生效
This commit is contained in:
2023-05-01 16:53:10 +08:00
parent 243e162917
commit a358734929
12 changed files with 33 additions and 54 deletions

View File

@@ -2,4 +2,4 @@ spring:
application:
name: service-yarn-query
profiles:
active: common,eureka,metrics
include: random-port,common,eureka,metrics