备分一下

This commit is contained in:
fy53888
2025-08-18 19:56:26 +08:00
committed by Administrator
parent 268be2d9ec
commit e51425a951
2 changed files with 3 additions and 3 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?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
url: jdbc:mysql://127.0.0.1:3306/ruoyistore?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
username: root
password: 123456
password: root
hikari:
# 最大连接池数量

View File

@@ -162,7 +162,7 @@ tenant:
- sys_user_role
knowledge-role:
enable: true
enable: false
# MyBatisPlus配置
# https://baomidou.com/config/