配置文件修复

This commit is contained in:
2025-03-04 09:14:15 +08:00
parent ec98add5b2
commit 64a7502568
2 changed files with 5 additions and 5 deletions

View File

@@ -58,8 +58,8 @@ spring:
type: ${spring.datasource.type}
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://49.232.154.205:3306/fad_oa?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
username:
password:
username: root
password: WANGyu11!
# oracle:
# type: ${spring.datasource.type}
# driverClassName: oracle.jdbc.OracleDriver
@@ -102,7 +102,7 @@ spring:
spring:
redis:
# 地址
host: 110.41.139.73
host: 49.232.154.205
# 端口默认为6379
port: 6379
# 数据库索引

View File

@@ -105,13 +105,13 @@ spring:
spring:
redis:
# 地址
host: localhost
host: 110.41.139.73
# 端口默认为6379
port: 6379
# 数据库索引
database: 0
# 密码(如没有密码请注释掉)
password: ruoyi@123
password: WANGyu11!
# 连接超时时间
timeout: 10s
# 是否开启ssl