From 8fb72ba4fe143037db51f2f968802a5d7aeb33cb Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期四, 22 五月 2025 17:19:00 +0800 Subject: [PATCH] feat: 修改配置 --- ruoyi-admin/src/main/resources/application-dev.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index 64d5564..5b4c256 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://122.51.75.95:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true + url: jdbc:mysql://127.0.0.1:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true username: ruoyi-ai - password: zkHBnmAK4fmx6YnS + password: xxx hikari: # 鏈�澶ц繛鎺ユ睜鏁伴噺 -- Gitblit v1.9.3