feat: 增加演示模式

This commit is contained in:
ageerle
2025-07-31 14:58:29 +08:00
parent 3c60f43daa
commit cdef9e1c89
4 changed files with 132 additions and 6 deletions

View File

@@ -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: ruoyi-ai
username: root
password: root
hikari:
# 最大连接池数量