jdbc.properties
757 Bytes
# mysql master database setting
jdbc.mysql.master.driver=net.sf.log4jdbc.DriverSpy
jdbc.mysql.master.url=jdbc:log4jdbc:mysql://${jdbc.db.mysql.host}:${jdbc.db.mysql.port}/task?useUnicode=true&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
jdbc.mysql.master.username=${jdbc.db.mysql.username}
jdbc.mysql.master.password=${jdbc.db.mysql.password}
# mysql slave database setting
jdbc.mysql.slave.driver=net.sf.log4jdbc.DriverSpy
jdbc.mysql.slave.url=jdbc:log4jdbc:mysql://${jdbc.db.mysql.slave.host}:${jdbc.db.mysql.slave.port}/task?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
jdbc.mysql.slave.username=${jdbc.db.mysql.slave.username}
jdbc.mysql.slave.password=${jdbc.db.mysql.slave.password}