|
@@ -25,9 +25,9 @@ spring:
|
|
|
master:
|
|
|
type: ${spring.datasource.type}
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://43.139.70.230:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
- username: ruoyi-ai
|
|
|
- password: ruoyi-ai
|
|
|
+ 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
|
|
|
|
|
|
|
|
|
hikari:
|
|
@@ -52,13 +52,13 @@ spring:
|
|
|
spring.data:
|
|
|
redis:
|
|
|
# 地址
|
|
|
- host: 127.0.0.1
|
|
|
+ host: bigstorm.top
|
|
|
# 端口,默认为6379
|
|
|
port: 6379
|
|
|
# 数据库索引
|
|
|
database: 0
|
|
|
# 密码(如没有密码请注释掉)
|
|
|
- # password: 123456
|
|
|
+ password: 19881212cy
|
|
|
# 连接超时时间
|
|
|
timeout: 10S
|
|
|
# 是否开启ssl
|