This commit is contained in:
2025-09-22 18:26:00 +08:00
parent ee82500b96
commit ef5311bd06
3 changed files with 4 additions and 4 deletions

BIN
backvideo/9月22日 (3).mov Normal file

Binary file not shown.

View File

@@ -6,7 +6,7 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: 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 username: dream_note_test
password: 3TJrx8fXsWTGXYbS password: 3TJrx8fXsWTGXYbS
# 从库数据源 # 从库数据源

View File

@@ -68,13 +68,13 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: localhost host: 182.92.210.181
# 端口默认为6379 # 端口默认为6379
port: 9527 port: 6379
# 数据库索引 # 数据库索引
database: 0 database: 0
# 密码 # 密码
password: 123456 password: redis_B2fGrC
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce: