mysql.8 true com.mysql.cj.jdbc.Driver jdbc:mysql://localhost:3306/item-management $ProjectFileDir$ mysql.8 true true $PROJECT_DIR$/biz-base/src/main/resources/application-prod.yml com.mysql.cj.jdbc.Driver jdbc:mysql://localhost:1230/item-management?autoReconnect=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true $ProjectFileDir$ mysql.8 true true $PROJECT_DIR$/biz-base/src/main/resources/application-test.yml com.mysql.cj.jdbc.Driver jdbc:mysql://47.108.172.52:1231/item-management?autoReconnect=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true $ProjectFileDir$