You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
463 B
16 lines
463 B
# 数据库信息
|
|
mysql.driverClassName=org.postgresql.Driver
|
|
mysql.user=postgres
|
|
mysql.password=DsideaL147258369
|
|
mysql.jdbcUrl=jdbc:postgresql://10.10.14.71:5432/szjz_db?reWriteBatchedInserts=true
|
|
|
|
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
|
|
|
|
|