org.hibernate.hql.internal.ast.QuerySyntaxException: Users is not mapped [from Users where username=? and password=? ]什么鬼啊,求解答
从你的报错信息来看:Users is not mapped!是不是你的 Users.hbm.xml 写错了,从而导致出现问题。