QueryRunner qr=new QueryRunner(JDBCUtils.getDataSource());

写成了

QueryRunner qr = new QueryRunner();

导致数据根本没访问  报错QueryRunner 错误

 

相关文章:

  • 2021-05-23
  • 2022-12-23
  • 2021-08-08
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-03-10
  • 2021-08-09
相关资源
相似解决方案