org.springframework.dao.InvalidDataAccessResourceUsageException:
could not execute query; nested exception is org.hibernate.exception.
SQLGrammarException: could not execute query
发现这个问题,百度了一下有的说是 User 类要加@Table(name="user") 就算数据库的表也是写的user
不过后来发现这问题针对的是Windows项目转Linux系统下要这样,好像Linux下大小写区分严密,
搞了一早上,最后发现是我的User表和User类不匹配... 因为我之前在服务器建了表,
后来自己电脑的项目又做了些修改(加了一个字段),忘记在服务器那边的表改了。。
于是。。
版权声明:本文为博主原创文章,未经博主允许不得转载。
today lazy . tomorrow die .