Users is not mapped
org.hibernate.hql.internal.ast.QuerySyntaxException: Users is not mapped [from Users where username=? and password=? ]什么鬼啊,求解答
org.hibernate.hql.internal.ast.QuerySyntaxException: Users is not mapped [from Users where username=? and password=? ]什么鬼啊,求解答
2017-07-04
舉報
2017-07-05
從你的報錯信息來看:Users is not mapped!是不是你的 Users.hbm.xml 寫錯了,從而導致出現問題。