Spring4.1使用c3p0加载配置文件连接数据库,Access denied for user 'root'@'localhost' 错误!
db.propertiesjdbc.user=rootjdbc.password=adminjdbc.driverClass=com.mysql.jdbc.Driverjdbc.jdbcUrl=jdbc\:mysql\:///spring4jdbc.initialPoolSize=5jdbc.maxPoolSize=10Spring.xml中 测试代码:publicclassTes