当前位置: 首页 > 知识库问答 >
问题:

在Intellij中安装JPA

终弘厚
2023-03-14

我有Intellij Idea社区版,我在Scala编程

我查看了以下内容:https://www.jetbrains.com/idea/help/enable-jpa-support.html然而,当我在Intellij中搜索名为JPAJava EE的插件时,我什么也找不到。

知道为什么会这样吗?我没有搜索正确的插件吗?

共有1个答案

叶德运
2023-03-14

对于IDEA解析符号,您需要添加相关的依赖项,就像添加任何其他依赖项一样。更好的选择是构建系统(SBT、Gradle或Maven),或者如果您不使用其中任何一个,则直接使用IDEA项目:

Open the Project Structure dialog (e.g. Ctrl+Shift+Alt+S).
In the left-hand pane of the dialog, select Modules.
In the pane to the right, select the module of interest.
In the right-hand part of the dialog, on the Module page, select the Dependencies tab.
On the Dependencies tab, click add and select Library.
In the Choose Libraries dialog, click New Library.
If suggested, select:
    Java to create a Java library. Select the files and folders to be included in the library in the dialog that opens.
    From Maven to download a Java library from a public Maven repository. Specify the artifact to be downloaded and the associated settings in the Download Library from Maven Repository dialog.
In the Configure Library dialog:
    Specify the library name.
    Select the library level (global, project or module).
    Configure the library contents using add, iconLibExclude and delete.
    Click OK.
In the Choose Libraries dialog, click Add Selected.
If necessary, select the Export option and change the dependency scope.
Click OK in the Project Structure dialog. 

当然,这不会给您任何特殊的JPA支持。特别是,链接的问题讨论的是JPQL字符串中显示的错误,而不是注释本身。

 类似资料:
  • 我正试图在我的intellij软件上启动一个javafx项目,但我遇到了很多问题。我阅读了指南,并被告知下载javafx dsk,但当我创建一个新项目并单击“添加jdk”并选择javafx文件时,它告诉我“所选目录不是jdk的有效主页”。有人知道如何解决这个问题吗?顺便说一句,我是Mac用户。

  • 问题内容: 一般来说,我是Ubuntu和Linux的新手。我想在计算机上用Java编写代码,但是在Ubuntu上安装IntelliJ IDEA 时遇到问题。我已经下载并解压缩了文件,并且由于某种原因将该文件夹重命名为idea。我尝试将文件夹移至或其他位置,但没有权限。我在终端中使用以获得许可,但没有设法退出根文件夹。谁能一步一步地为我提供帮助,以移动文件夹,在搜索栏中创建快捷方式或所谓的快捷方式并

  • 我试图在Ubuntu上安装IntelliJ IDEA,使用指南,但我有一些困难。 我知道使用终端机的基本知识。因此,文件需要移动到。我使用进入根目录,否则权限将被拒绝。但是当我试图移动文件时,它一直给我找不到文件的错误。 但是,当我重新打开终端并使用命令时,文件显示在目录中。

  • 总的来说,我是Ubuntu和Linux的新手。我想在我的电脑上用Java编码,但我在Ubuntu上安装IntelliJ IDEA时遇到了问题。我已经下载并解压缩了该文件,并出于某种原因将文件夹重命名为IDEA。我尝试将文件夹移动到或其他位置,但我没有权限。我在terminal中使用获得权限,但没有设法脱离根文件夹。谁能帮助我一步一步地移动文件夹,在搜索栏中创建一个快捷方式,或者什么叫它,并正确地安

  • JUnit 安装4.0 版本怎么安装? idea里面没有Junit4 怎么办?

  • 主要内容:Window安装,Linux安装,配置Intellij Idea在本章中,我们将了解如何安装和配置 IntelliJ IDEA。该过程的第一步从选择版本开始。根据您的要求,您可以下载社区版或商业版。顾名思义,社区版是完全免费的,我们也可以将其用于商业开发。不过商业版是付费版,我们可以免费试用30天。 Window安装 IntelliJ 与 2003 年之前的几乎所有版本的 Windows 兼容。综合列表将是:Windows 10/8/7/Vista/2003/