Merge pull request #246 from MuSan-Li/feature_20251205_format_code

feat: fix_database
This commit is contained in:
evo
2025-12-06 14:47:48 +08:00
committed by GitHub

View File

@@ -15,9 +15,9 @@ spring:
master: master:
type: ${spring.datasource.type} type: ${spring.datasource.type}
driverClassName: com.mysql.cj.jdbc.Driver driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://47.112.190.27: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 username: root
password: fc6jEZa77HHYZkw6 password: root
hikari: hikari:
# 最大连接池数量 # 最大连接池数量