mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-03-22 06:24:50 +08:00
refactor(部署): 修改redis、mysql初始化密码
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user