From 24511fac8f7a9f0b0e9b1d27f0f88c50529b80c4 Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期四, 22 五月 2025 17:13:49 +0800 Subject: [PATCH] refactor: 移除个人微信模块,移除直播模 --- ruoyi-admin/src/main/resources/application-dev.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index 954deb6..64d5564 100644 --- a/ruoyi-admin/src/main/resources/application-dev.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -25,9 +25,9 @@ master: type: ${spring.datasource.type} driverClassName: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true - username: ry-vue - password: xx + url: jdbc:mysql://122.51.75.95:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true + username: ruoyi-ai + password: zkHBnmAK4fmx6YnS hikari: # 鏈�澶ц繛鎺ユ睜鏁伴噺 -- Gitblit v1.9.3