From 0639a3ef16118e5aba0591ae46ec342255a65a79 Mon Sep 17 00:00:00 2001 From: ageerle <ageerle@163.com> Date: 星期二, 25 三月 2025 09:57:53 +0800 Subject: [PATCH] fix: 1. 修复Milvus向量存储时索引越界 2. 移除无用首页 --- ruoyi-admin/src/main/resources/application-dev.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index 57797e6..f763d9a 100644 --- a/ruoyi-admin/src/main/resources/application-dev.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -27,7 +27,8 @@ driverClassName: com.mysql.cj.jdbc.Driver url: jdbc:mysql://43.139.70.230:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true username: ruoyi-ai - password: xx + password: eCaZ278N62k6fhYj + hikari: # 鏈�澶ц繛鎺ユ睜鏁伴噺 -- Gitblit v1.9.3