问答详情
源自:2-5 设计用户Action类

说是无法加载数据库驱动?

INFO: HHH000402: Using Hibernate built-in connection pool (not for production use!)

org.hibernate.service.classloading.spi.ClassLoadingException: Specified JDBC Driver com.mysql.jdbc.Driver could not be loaded

我就很奇怪哎,用junit测试都是好的,放在Action里竟然就是无法加载驱动,,

提问者:End13147 2015-09-28 17:17

个回答

  • beethovenzju
    2016-08-24 21:03:07

    我也是这个问题啊,试了千万种方法还是不行

  • zkxhero
    2016-01-19 05:33:33

    mysql jar包放到WEB-INF下面的lib包里试试,把之前的驱动删除