MyEclipse报错:
Build path is incomplete. Cannot find class file for javax/persistence/EntityManagerFactory
解决方案:
引入依赖文章来源:https://uudwc.com/A/qR3b3
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0.2</version>
</dependency>
文章来源地址https://uudwc.com/A/qR3b3