XXX is not mapped

这个问题绊了我两次跟头,作为一个3年多开发经验的人,甚是尴尬

java.lang.IllegalArgumentException: org.hibernate.hql.ast.QuerySyntaxException: SmsTemplate is not mapped [select o from SmsTemplate o where o.templateCode = ?1 and o.disabled = ?2]

此问题为找不到映射文件,

解决方式为:在persistence.xml中配置SmsTemplate的PO路径!!!!!

我要罚自己喝完两大杯水

XXX is not mapped

上一篇:【50.00%】【codeforces 602C】The Two Routes


下一篇:Termux的安装在手机上来运行Python