From 1ccdafdb4799116bf620553c9e5c0c4a77323121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AD=90=E9=BB=98?= <925456043@qq.com> Date: Wed, 26 Aug 2026 18:18:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../easyflow-starter-all/src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml b/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml index 530f5e91..8bffd58e 100644 --- a/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml +++ b/easyflow-starter/easyflow-starter-all/src/main/resources/application.yml @@ -87,6 +87,9 @@ spring: enabled: true easyflow: + datacenter: + # 数据源凭据使用独立部署密钥,禁止与仓库内其他固定密钥复用。 + credential-key: cA0ldVrBRBWJlWN7BvaAGXmxH1+wCpoSE0y/iSudQsQ= log-record: # 普通只读请求不写操作日志;需要审计的读取接口使用 @LogRecord 显式标注 record-read-actions: false