could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarExcept

could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarExcept_第1张图片

如果大家报的错和上面的一样的话,我是因为缺少表引起的报错。

两种可能,连接上了数据库但是数据库表不存在,还有一种可能就是你的字段超限制了。

具体问题具体分析,主要看看你的Caused by:xxxxx

你可能感兴趣的:(sql,数据库)