ssh项目部署到云服务器 org.hibernate.exception.GenericJDBCException报错

日期:2021-12-30 21:09:24 人气:1

ssh项目部署到云服务器 org.hibernate.exception.GenericJDBCException报错

终于找到解决办法了 ,我们来看下面的内容吧
ItemDAOImpl.java
public class ItemDAOImpl extends HibernateDaoSupport implements ItemDAO {
public List queryAll() throws Exception {
// TODO Auto-generated method stub
Session session=super.getS
    A+
热门评论