fix(config): 更新生产环境数据库密码

- 修改 application-prod.yml 中数据库连接的密码
- 保证连接配置安全性和正确性
- 未修改其他配置项,保持环境稳定运行
main
zangch@mesnac.com 3 weeks ago
parent aaf39d2bc4
commit fa7f6159f1

@ -52,7 +52,7 @@ spring:
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
url: jdbc:mysql://localhost:3306/rfid-middleware?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
username: root
password: root
password: qaz1234..
# # 从库数据源
# slave:
# lazy: true

Loading…
Cancel
Save