1、Spring整合mybatis错误:-Cannot find class [org.apache.commons.dbcp.BasicDataSource]

 这个错误最主要应该看最下面,会显示-Cannot find class [org.apache.commons.dbcp.BasicDataSource],

最大得可能是少包:最少有commons.dbcp  ,     commons.pools,   外加mysql的:mysql-connector-java.bin包,才可以保证mybatis和数据库的连接

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
猜你喜欢
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
相关资源
相似解决方案