db-connection useful db connection Java数据库连接池 在项目中增加一个资源文件,用来配置连接池的数据库配置参数 driver=com.mysql.jdbc.Driver connurl=jdbc:mysql://localhost:3306/xxxx username=**** password=****