From c0eb63476c680bc369d6556039dee34add40d813 Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期六, 22 七月 2023 15:00:33 +0800
Subject: [PATCH] 查询app用户模糊查询app不区分大小写
---
ruoyi-admin/src/main/resources/application-druid.yml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml
index 7e14d70..103ba5c 100644
--- a/ruoyi-admin/src/main/resources/application-druid.yml
+++ b/ruoyi-admin/src/main/resources/application-druid.yml
@@ -9,16 +9,16 @@
url: jdbc:postgresql://111.40.46.199:15432/ry-vue?stringtype=unspecified
username: postgres
password: Yykj.2021
-# url: jdbc:postgresql://127.0.0.1:5432/ry-vue?stringtype=unspecified
+# url: jdbc:postgresql://192.168.1.15:5432/ry-vue?stringtype=unspecified
# username: postgres
# password: postgres
# 浠庡簱鏁版嵁婧�
slave:
# 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴
- enabled: false
- url:
- username:
- password:
+ enabled: true
+ url: jdbc:postgresql://112.98.126.2:35432/ard732
+ username: postgres
+ password: Yykj.2017
# 鍒濆杩炴帴鏁�
initialSize: 5
# 鏈�灏忚繛鎺ユ睜鏁伴噺
@@ -38,7 +38,7 @@
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
- webStatFilter:
+ webStatFilter:
enabled: true
statViewServlet:
enabled: true
--
Gitblit v1.9.3