diff --git a/bonus-auth/src/main/resources/bootstrap.yml b/bonus-auth/src/main/resources/bootstrap.yml index fa1099b..d1d998f 100644 --- a/bonus-auth/src/main/resources/bootstrap.yml +++ b/bonus-auth/src/main/resources/bootstrap.yml @@ -1,11 +1,11 @@ # Spring -spring: +spring: application: # 应用名称 name: bonus-auth profiles: # 环境配置 - active: jyy_canteen_local + active: jyy_canteen_test #加密组件 jasypt: diff --git a/bonus-gateway/src/main/resources/bootstrap.yml b/bonus-gateway/src/main/resources/bootstrap.yml index 8138bb6..2d23365 100644 --- a/bonus-gateway/src/main/resources/bootstrap.yml +++ b/bonus-gateway/src/main/resources/bootstrap.yml @@ -5,7 +5,7 @@ spring: name: bonus-gateway profiles: # 环境配置 - active: jyy_canteen_local + active: jyy_canteen_test #加密组件 jasypt: diff --git a/bonus-modules/bonus-system/src/main/resources/bootstrap.yml b/bonus-modules/bonus-system/src/main/resources/bootstrap.yml index dd2afea..49e31da 100644 --- a/bonus-modules/bonus-system/src/main/resources/bootstrap.yml +++ b/bonus-modules/bonus-system/src/main/resources/bootstrap.yml @@ -1,11 +1,11 @@ # Spring -spring: +spring: application: # 应用名称 name: bonus-system profiles: # 环境配置 - active: jyy_canteen_local + active: jyy_canteen_test task: scheduling: pool: