JPA在通过可执行jar运行时不起作用,但在eclipse中工作

时间:2017-12-19 07:07:55

标签: java hibernate jpa

Eclipse执行时,它可以正常工作。但是当通过executable jar执行时面临以下错误  enter image description here

以下是我一直在使用的persistence.xml文件。

enter image description here

以下是我用于JPA的pom条目  enter image description here

如果有人遇到同样的问题并解决了,请分享想法。由于我们需要提供测试,最早的任何帮助都会非常有用。

2 个答案:

答案 0 :(得分:1)

您的jar文件可能不包含外部jar文件。尝试使用maven的程序集插件:

See a description of it here.

答案 1 :(得分:0)

请在提供商处尝试

org.hibernate.jpa.HibernatePersistenceProvider