This commit is contained in:
ls
2025-07-30 21:00:58 +08:00
parent 0b5ef6f4a9
commit d78e96f104

View File

@@ -173,7 +173,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
# 多数据源配置
client:
url: jdbc:mysql://physical-mysql:3306/physical-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
url: jdbc:mysql://physical-mysql:3306/physical-boot-prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: urwTocIA1f395t
driver-class-name: com.mysql.cj.jdbc.Driver