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