mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-01 14:03:43 +08:00
feat(config): 修改默认向量库为weaviate,并更新数据库连接信息
This commit is contained in:
@@ -17,8 +17,8 @@ spring:
|
||||
type: ${spring.datasource.type}
|
||||
driverClassName: com.mysql.cj.jdbc.Driver
|
||||
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: 123456
|
||||
username: root
|
||||
password: root
|
||||
|
||||
hikari:
|
||||
# 最大连接池数量
|
||||
|
||||
Reference in New Issue
Block a user