gpt4 book ai didi

java - 导入 javax.xml.bind.annotation.XmlRootElement 未解析

转载 作者:搜寻专家 更新时间:2023-10-31 08:03:49 25 4
gpt4 key购买 nike

我正在使用 intellij,我的代码使用

导入 javax.xml.bind.annotation.XmlRootElement;

它在我使用命令行时编译并运行。然而,当尝试使用 ide(intellij) 运行测试类时,它给出了错误

包 javax.xml.bind.annotation 不存在

我已经在我的 pom.xml 中添加了 jaxb 依赖

    <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.0</version>
</dependency>

是什么迫使 intellij 不检测到这一点?

最佳答案

尝试同步IDE(Ctrl+Alt+Y)

关于java - 导入 javax.xml.bind.annotation.XmlRootElement 未解析,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17563527/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com