add u
This commit is contained in:
BIN
backvideo/9月22日 (3).mov
Normal file
BIN
backvideo/9月22日 (3).mov
Normal file
Binary file not shown.
@@ -6,7 +6,7 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://http://182.92.210.181:3306/dream-note?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
url: jdbc:mysql://182.92.210.181:3306/dream_note_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: dream_note_test
|
||||
password: 3TJrx8fXsWTGXYbS
|
||||
# 从库数据源
|
||||
|
||||
@@ -68,13 +68,13 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: localhost
|
||||
host: 182.92.210.181
|
||||
# 端口,默认为6379
|
||||
port: 9527
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
database: 0
|
||||
# 密码
|
||||
password: 123456
|
||||
password: redis_B2fGrC
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
|
||||
Reference in New Issue
Block a user