From 4c0bd42a9f5989f93df221bd760b5d831f1c6464 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期四, 29 五月 2025 11:43:41 +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