database connection

#mysql connection information
driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost/DBName?useUnicode=true&characterEncoding=utf-8
userName=xxx
passwd=xxx

#oracle connection information
driver=oracle.jdbc.driver.OracleDriver
url=jdbc\:oracle\:thin\:@localhost\:1521\:SIDName
userName=xxx
passwd=xxx
 

你可能感兴趣的:(Connection)