這個問題怎么解決 一天了
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jpaMappingContext': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: At least one JPA metamodel must be present! 這個異常怎么解決
2018-03-08
我也遇到了,弄了一下午,最后把maven倉庫里的 org\hibernate 和 org\springframework\data 刪除,重新在項目更新導入就行了。
2017-10-23
你可以看看下面caused by里面的錯誤提示,我出現過類似的其他問題,那里的說明應該更加直接