From 53ce8de426561e7a43847afda23b5e24e6f76c4e Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期一, 19 一月 2026 17:29:55 +0800 Subject: [PATCH] 2026.1.19 1. 新增可配置的台账提交期限 2. 新增可配置的自巡查承诺 --- src/main/resources/application-pro.yml | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index a16dec4..fdfe25d 100644 --- a/src/main/resources/application-pro.yml +++ b/src/main/resources/application-pro.yml @@ -1,10 +1,14 @@ -name: pro - -springfox: - documentation: - swagger: - v2: - enabled: false +spring: + datasource: + # 鍙戝竷鏈嶅姟鍣� + url: jdbc:mysql://localhost:3306/ledger?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false + username: ledger + password: ledger_fxxchackxr imgPath: D:/02product/05ledger/images/ -filePath: D:/02product/05ledger/files/ \ No newline at end of file +filePath: D:/02product/05ledger/files/ +#imgPath: C:/02product/05ledger/images/ +#filePath: C:/02product/05ledger/files/ + +#閽堝寰俊灏忕▼搴忓拰瀹夊崜app涓ょ鍓嶇锛岀洰鍓嶆湁閮ㄥ垎鍖哄埆锛宲ro锛氳〃绀哄皬绋嬪簭 +mode: pro \ No newline at end of file -- Gitblit v1.9.3