Setting up a Spring JPA project for use in an MVC project - Error creating bean

后端 未结 4 465
感情败类
感情败类 2021-01-04 16:11

I developed a Spring JPA project in eclipse which has access to the data stored in a mysql server. Now I need to import this project in a Spring @ MVC project. So:

4条回答
  •  渐次进展
    2021-01-04 16:49

    This indeed is often caused by a version mismatch somewhere. Verify all your spring jars version. And maybe upgrade your JPA provider if it still doesn't work.

提交回复
热议问题