Commit 8ef2634a by jiang'yun

首次提交

parent 97c0a5ba
......@@ -6,9 +6,9 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://192.168.31.167:3306/scientific_research_two?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&failOverReadOnly=false
username: root
password: password
password: qianhe2024
# 从库数据源
slave:
# 从数据源开关/默认关闭
......
......@@ -68,13 +68,13 @@ spring:
# redis 配置
redis:
# 地址
host: localhost
host: 1.116.38.25
# 端口,默认为6379
port: 6379
port: 7789
# 数据库索引
database: 0
database: 12
# 密码
password:
password: qianheRedis2021
# 连接超时时间
timeout: 10s
lettuce:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment