Eclipse缺少JPA工具菜单

时间:2018-06-12 12:55:46

标签: java eclipse spring-boot jpa

我创建了一个带有JPA和SQL Server依赖关系的Spring Boot application(Maven项目)。当我在Eclipse中打开项目并在Project Explorer中右键单击我的项目时,我似乎不是 JPA Tools 选项。

Project Facets中也缺少JPA部分。

Eclipse版本:Oxygen.2版本4.7.2

Java版:1.8

操作系统:macOS High Sierra版本10.13.4

enter image description here

2 个答案:

答案 0 :(得分:0)

右键单击项目并转到

配置->转换为JPA项目

然后您将能够在菜单中看到 JPA工具

答案 1 :(得分:0)

您应该将JPA构面添加到您的项目中。

项目->上下文菜单->属性->项目构面-> JPA

enter image description here

然后单击可用的其他配置。

enter image description here

然后,通过单击添加连接来设置数据库连接。.链接
选择连接配置文件类型

enter image description here

然后设置连接详细信息

enter image description here