From 752e00503f672ddfe2066afb6c235721a3a912b5 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期二, 19 十一月 2024 10:25:55 +0800
Subject: [PATCH] 2024.11.19 各项修正

---
 src/main/resources/application-pro.yml |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml
index 9859cc9..d145b46 100644
--- a/src/main/resources/application-pro.yml
+++ b/src/main/resources/application-pro.yml
@@ -1,12 +1,13 @@
-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/
 #imgPath: C:/02product/05ledger/images/
-#filePath: C:/02product/05ledger/files/
\ No newline at end of file
+#filePath: C:/02product/05ledger/files/
+
+mode: pro
\ No newline at end of file

--
Gitblit v1.9.3