From a05c282e1d2a888d09d42aba90accbe60d6132b9 Mon Sep 17 00:00:00 2001 From: CMM <2198256324@qq.com> Date: Mon, 10 Mar 2025 18:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E5=AF=86=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ningda-yw-api/src/main/resources/application-dev.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ningda-yw-api/src/main/resources/application-dev.yml b/ningda-yw-api/src/main/resources/application-dev.yml index ee32fd4..e6ce420 100644 --- a/ningda-yw-api/src/main/resources/application-dev.yml +++ b/ningda-yw-api/src/main/resources/application-dev.yml @@ -42,7 +42,7 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://47.98.125.47:3306/nd-yw-road?serverTimezone=Asia/Shanghai&characterEncoding=utf8&allowPublicKeyRetrieval=true&useSSL=false username: root - password: Ndkj@1104 + password: M@Ndkj@47 hikari: minimum-idle: 5 maximum-pool-size: 100 @@ -89,6 +89,9 @@ nd: endpoint: oss-cn-hangzhou.aliyuncs.com accessKeyId: LTAI4GL7uypycnBjiRn55rMG accessKeySecret: qwYC7bW9bkStsko7qkLVnToAzj0Y98 + file-chunk-e-tag-cache-clean-cron: 0 */10 * * * ? + file-chunk-e-tag-cache-clean-open: true + file-chunk-e-tag-cache-minutes: 120 log: enabled: true type: DB