支持 spring.profiles.active=dev
的jvm参数或yml配置,活动环境名称参数,环境配置如:application-dev.yml
This commit is contained in:
@@ -58,7 +58,7 @@ jdbc:
|
||||
|
||||
# Redis 配置
|
||||
redis:
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
# Redis 连接参数
|
||||
host: 127.0.0.1
|
||||
@@ -180,6 +180,7 @@ job:
|
||||
# 任务调度集群设置
|
||||
jobStore:
|
||||
isClustered: true
|
||||
dataSourceName: job
|
||||
clusterCheckinInterval: 1000
|
||||
|
||||
# 内容管理
|
||||
|
||||
Reference in New Issue
Block a user