refactor: application.yml文件支持指定包含其他的配置文件

This commit is contained in:
xuwei-fit2cloud
2026-05-20 10:04:25 +08:00
parent e056e884ea
commit 0a26a7e557
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ server:
servlet:
context-path: ${DE_CONTEXT_PATH}
spring:
profiles:
include: ${DE_SPRING_PROFILE}
servlet:
multipart:
max-file-size: 500MB
@@ -29,4 +31,4 @@ task:
executor:
address: http://sync-task-actuator:9001
log:
path: /opt/dataease2.0/logs/sync-task/task-handler-log
path: /opt/dataease2.0/logs/sync-task/task-handler-log

View File

@@ -52,3 +52,5 @@ DE_EXPORT_DATASET_LIMIT=100000
DE_ORIGIN_LIST="http://localhost:8000"
## DataEase 节点列表,用于多节点部署,节点以逗号分隔,如 192.168.1.101,192.168.1.102
DE_SERVERS=dataease
## application.yml 文件中可引入的其他配置文件
DE_SPRING_PROFILE=