问题标签 [hibernate.cfg.xml]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
mysql - 无法解决 java.lang.ClassNotFoundException:play.db.jpa.JPABaseStatement
我正在尝试将休眠 orm 映射工具配置到我的 java 类并使用 MySQL。当我尝试运行应用程序时,我在控制台日志中遇到错误,错误 java.lang.ClassNotFoundException: play.db.jpa.JPABaseStatement。我现在使用的休眠版本是 5.4.10 版本。
这是错误日志
以下是我的 hibernate.cfg.xml 文件
我的 POJO 课程 1
我的 POJO 课程 2
我的应用程序类:
下面是java hibernate结构图