diff --git a/order-management-consumer/src/main/resources/bootstrap.yaml b/order-management-consumer/src/main/resources/bootstrap.yaml index 563d27e2..e3a47db7 100644 --- a/order-management-consumer/src/main/resources/bootstrap.yaml +++ b/order-management-consumer/src/main/resources/bootstrap.yaml @@ -7,7 +7,7 @@ spring: profiles: # Spring 配置文件读取 active: @deployType@ -# active: dev +# active: own # active: std #active: test jackson: @@ -39,7 +39,7 @@ sims: #订单数据库类型区分,要么mysql,要么Oracle,要么weblogic db: mysql #订单redis数据库类型区分,要么redis,要么redis-sentinel - redisDb: redis + redisDb: redis-sentinel # 0 mysql 1 oracle dataType: 0