refactor(部署): 修改redis、mysql初始化密码

This commit is contained in:
gx_ma
2026-03-17 10:25:13 +08:00
parent 5f39905edc
commit 6e4ecef2fe
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://177.7.0.11/fastbee?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: fastbee
password: iot@admin123
druid:
filters: stat,wall
stat:
@@ -50,7 +50,7 @@ spring:
host: 177.7.0.10 # 地址
port: 6379 # 端口默认为6379
database: 0 # 数据库索引
password: fastbee # 密码
password: iot@admin123 # 密码
timeout: 10s # 连接超时时间
lettuce:
pool: