From 24166f2d9ae0bb72f061a38b96a113b1b6e44fbc Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 02 二月 2026 17:17:52 +0800
Subject: [PATCH] 代码提交
---
ruoyi-admin/src/main/resources/application-druid.yml | 50 +++++++++++++++++++++-----------------------------
1 files changed, 21 insertions(+), 29 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml
index dbd1ccd..2634768 100644
--- a/ruoyi-admin/src/main/resources/application-druid.yml
+++ b/ruoyi-admin/src/main/resources/application-druid.yml
@@ -6,28 +6,21 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
- # 鍏徃
- # url: jdbc:mysql://192.168.2.9:3308/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
- # 鏂板崕
- # url: jdbc:mysql://192.168.191.181:3308/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
- # username: smartor
- # password: Smartor.2023
- # driverClassName: com.mysql.cj.jdbc.Driver
- # 鍏徃楂樻柉
- # url: jdbc:postgresql://192.168.2.202:15400/smartorwx2
- # username: csbsbxt
- # password: csbsbxt@123
- # driver-class-name: org.postgresql.Driver
# 鏈湴楂樻柉
- # url: jdbc:postgresql://127.0.0.1:5432/postgres
- # username: gaussdb
- # password: Ls@123456
- # driver-class-name: org.postgresql.Driver
- # 楂樻柉鏁版嵁搴撻摼鎺�
- url: jdbc:postgresql://172.20.32.115:15400/smartorwx?prepareThreshold=0
- username: shuifang
- password: Shuifang@51868
+# url: jdbc:postgresql://192.168.100.132:5432/postgres
+# username: gaussdb
+# password: Ls@123456
+# driver-class-name: org.postgresql.Driver
+ # 鍏徃鏈嶅姟鍣ㄩ珮鏂�
+ url: jdbc:postgresql://haiershi.a1.luyouxia.net:26155/postgres
+ username: gaussdb
+ password: Gauss@123
driver-class-name: org.postgresql.Driver
+ # 楂樻柉鏁版嵁搴撻摼鎺�
+ # url: jdbc:postgresql://172.20.32.115:15400/smartorwx?prepareThreshold=0
+ # username: shuifang
+ # password: Shuifang@51868
+ # driver-class-name: org.postgresql.Driver
# 鍏徃浜�
# url: jdbc:mysql://116.62.18.175:6002/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
@@ -79,20 +72,19 @@
# 鎱QL璁板綍
log-slow-sql: true
slow-sql-millis: 1000
- merge-sql: false
+ merge-sql: true
wall:
config:
multi-statement-allow: true
# redis 閰嶇疆
redis:
# # 鍦板潃锛堟棤閿′汉姘戝尰闄級
- host: 127.0.0.1
- port: 6020
+ # host: 127.0.0.1
+ # port: 6020
# 鍦板潃锛堝叕鍙革級
- # host: 116.62.18.175
- # host: 192.168.1.10
- # port: 6020
+ host: 127.0.0.1
+ port: 6020
# 鏁版嵁搴撶储寮�
database: 0
# 瀵嗙爜
@@ -125,7 +117,7 @@
prefix: /api
readonly: false
sql-column-case: camel
- show-sql: false #閰嶇疆鎵撳嵃SQL
+ show-sql: true #閰嶇疆鎵撳嵃SQL
page-config:
size: size
page: page
@@ -182,8 +174,8 @@
qrpath: D:\qrcode
#鏃犻敗鍐呭閾捐姹侷P鍜岀鍙e彿
-req_path: 8092/wxsf
-localIP: http://www.wxchildren.com
+req_path: 8093
+localIP: 127.0.0.1
#req_path: 8092
#localIP: http://61.160.111.174
--
Gitblit v1.9.3