2
0

fix: migrate package

This commit is contained in:
caiyuchao
2024-12-20 11:13:54 +08:00
parent a54834473d
commit aaeb672b5d
21 changed files with 202 additions and 193 deletions

View File

@@ -35,6 +35,11 @@ spring:
url: jdbc:mysql://wfc-mysql:3306/wfc_system_db?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: 123456
user:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://wfc-mysql:3306/wfc_user_db?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: 123456
# 从库数据源
# slave:
# username: