From 54588a259266e86d5b000fe0b381d300bd4689be Mon Sep 17 00:00:00 2001 From: DouDou <877258667@qq.com> Date: Wed, 18 Dec 2024 10:24:03 +0800 Subject: [PATCH] =?UTF-8?q?2024-12-06=20=E7=8E=8B=E6=80=BB=E8=A6=81?= =?UTF-8?q?=E6=B1=82=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 883199a..fe7417b 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -6,6 +6,9 @@ spring: type: com.alibaba.druid.pool.DruidDataSource #url: jdbc:sqlserver://xujiesoft.vicp.net:11512;databaseName=XJMES url: jdbc:sqlserver://192.168.1.84:1433;databaseName=XJMES + #username: xjsoft + #password: XsoftJ123 + #url: jdbc:sqlserver://192.168.31.5:1433;databaseName=XJMES username: xjsoft password: XsoftJ123 initial-size: 10 @@ -216,4 +219,8 @@ bartender: columnMapBartender: ReportID sys-file: - file-path: 'D:\sop-file'#不可以放入中文字符 \ No newline at end of file + file-path: 'D:\sop-file'#不可以放入中文字符 + +#重复提交的时间限制 +repeatSubmit: + time: 3 \ No newline at end of file