org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute query; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query
这个问题的解决方案很简单,主要是因为数据库中不存在相关的表或者列
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute query; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query
这个问题的解决方案很简单,主要是因为数据库中不存在相关的表或者列