错误信息:java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException:
user is not mapped [from user where username=? and password=?
User 应该是实体类名而不是表名。总的来说就是实体类名没写对的错误。
本文共 245 字,大约阅读时间需要 1 分钟。
错误信息:java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException:
user is not mapped [from user where username=? and password=?
User 应该是实体类名而不是表名。总的来说就是实体类名没写对的错误。
转载于:https://www.cnblogs.com/weichenchq/p/8068335.html