# Mysql数据库信息 mysql.driverClassName=com.mysql.cj.jdbc.Driver mysql.user=root mysql.password=Password123@mysql mysql.jdbcUrl=jdbc:mysql://10.10.14.203:3306/dataease?rewriteBatchedStatements=true&useUnicode=true&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&failOverReadOnly=false # Postgresql数据库信息 postgresql.driverClassName=org.postgresql.Driver postgresql.user=postgres postgresql.password=DsideaL147258369 postgresql.jdbcUrl=jdbc:postgresql://10.10.14.71:5432/szjz_db?reWriteBatchedInserts=true # 当前是读取方还是写入方 isMysql=1