0
点赞
收藏
分享

微信扫一扫

程序包javax.persistence不存在解决办法

玉字璧 2022-08-15 阅读 57

 

 只需添加以下包即可

 

<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0.2</version>
</dependency>

 

 

举报

相关推荐

0 条评论