import javax.xml.bind.annotation.XmlRootElement 未解析
2022-09-04 23:26:11
我正在使用 intellij,我的代码使用
import javax.xml.bind.annotation.XmlRootElement;
当我使用命令行时,它会编译并运行。但是,当尝试使用ide(intellij)运行测试类时,它会给出错误
package javax.xml.bind.annotation does not exists
我已经在我的pom中添加了jaxb依赖关系.xml
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.0</version>
</dependency>
什么力量没有发现这一点?intellij