feat(chat): 添加根据会话ID查询聊天消息列表接口,优化会话ID设置逻辑

This commit is contained in:
Yzm
2025-10-12 18:15:11 +08:00
parent 77f7ac0af1
commit 72337563ea
3 changed files with 15 additions and 20 deletions

View File

@@ -16,9 +16,9 @@ spring:
master:
type: ${spring.datasource.type}
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/ruoyi-ai-github?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: root
password: qxyg1010
password: root
hikari:
# 最大连接池数量