数据库连接字符串更新

This commit is contained in:
葛林强 2025-03-11 16:20:46 +08:00
parent 0e8ad784d9
commit da68d8b3e6

View File

@ -12,6 +12,12 @@ spring:
username: developer
password: developer
driver-class-name: com.mysql.cj.jdbc.Driver
#
# url: jdbc:mysql://127.0.0.1:3306/wms_szkt?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true
# username: root
# password: Root123456
# driver-class-name: com.mysql.cj.jdbc.Driver
# 宝开服务器--内网
# url: jdbc:mysql://192.168.3.254:3306/wms_kate_suzhou?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true
# username: coder