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=? ]什么鬼啊,求解答
舉報(bào)
2017-07-05
從你的報(bào)錯(cuò)信息來看:Users is not mapped!是不是你的 Users.hbm.xml 寫錯(cuò)了,從而導(dǎo)致出現(xiàn)問題。