spring读取jdbc配置文件
2011年09月01日
在jdbc.properties属性文件中定义属性值:
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3309/sampledb
jdbc.username=root
jdbc.password=1234
2011年09月01日
在jdbc.properties属性文件中定义属性值:
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3309/sampledb
jdbc.username=root
jdbc.password=1234