|
@@ -26,8 +26,8 @@ spring:
|
|
type: ${spring.datasource.type}
|
|
type: ${spring.datasource.type}
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://bigstorm.top:3306/ruoyi_ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
url: jdbc:mysql://bigstorm.top:3306/ruoyi_ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
- username: root
|
|
|
|
- password: 19881212cy
|
|
|
|
|
|
+ username: test
|
|
|
|
+ password: test
|
|
|
|
|
|
|
|
|
|
hikari:
|
|
hikari:
|
|
@@ -58,7 +58,7 @@ spring.data:
|
|
# 数据库索引
|
|
# 数据库索引
|
|
database: 0
|
|
database: 0
|
|
# 密码(如没有密码请注释掉)
|
|
# 密码(如没有密码请注释掉)
|
|
- password: 19881212cy
|
|
|
|
|
|
+ password: test
|
|
# 连接超时时间
|
|
# 连接超时时间
|
|
timeout: 10S
|
|
timeout: 10S
|
|
# 是否开启ssl
|
|
# 是否开启ssl
|