From 8ed2d18ee769db2c9b1553bef16e2b2f8e996a83 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期四, 29 五月 2025 11:18:39 +0800
Subject: [PATCH] Merge branch 'master' of http://gitea.lunor.cn/java_templates/ruoyi_java into chen

---
 ruoyi-admin/src/main/resources/application-druid.yml.example |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application-druid.yml.example b/ruoyi-admin/src/main/resources/application-druid.yml.example
index 46c66f8..4d78ad4 100644
--- a/ruoyi-admin/src/main/resources/application-druid.yml.example
+++ b/ruoyi-admin/src/main/resources/application-druid.yml.example
@@ -2,11 +2,15 @@
 spring:
     datasource:
         type: com.alibaba.druid.pool.DruidDataSource
+#        driverClassName: com.mysql.cj.jdbc.Driver     # mysql椹卞姩
         driverClassName: org.postgresql.Driver
         druid:
             # 涓诲簱鏁版嵁婧�
             master:
-                url: jdbc:postgresql://lunor.cn:5430/ruoyi-java
+#                mysql
+#                url: jdbc:mysql://124.220.0.228:3300/ruoyi-java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+#                pg
+                url: jdbc:postgresql://lunor.cn:5431/ruoyi-java
                 username: test
                 password: chj123456
             # 浠庡簱鏁版嵁婧�

--
Gitblit v1.9.3