QueryRunner qr=new QueryRunner(JDBCUtils.getDataSource());
写成了
QueryRunner qr = new QueryRunner();
导致数据根本没访问 报错