2.3.3 C3P0 + properties (重要)
? 将连接数据4个基本参数
jdbc.driverClass=com.mysql.jdbc.Driver jdbc.jdbcUrl=jdbc:mysql://localhost:3306/spring_day02 jdbc.user=root jdbc.password=1234 ? xml 将加载properties文件,并通过${key} 获得