java spring-boot项目中的saxon.FeatureKeys导入错误
Posted
技术标签:
【中文标题】java spring-boot项目中的saxon.FeatureKeys导入错误【英文标题】:saxon.FeatureKeys importing error in java spring-boot project 【发布时间】:2021-12-22 01:15:57 【问题描述】:我收到了类似的撒克逊导入错误,
The "import net.sf.saxon.FeatureKeys" cannot be resolved.
如何添加依赖项来解决“net.sf.saxon.FeatureKeys”错误。
我已经添加了给定的依赖:
<!-- https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE -->
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>10.6</version>
</dependency>
请帮我解决这个问题。
【问题讨论】:
【参考方案1】:我想你想要import net.sf.saxon.lib.FeatureKeys
,见https://www.saxonica.com/html/documentation10/javadoc/net/sf/saxon/lib/FeatureKeys.html
【讨论】:
感谢 Martin,导入错误现已解决。 @Kakashi,在解决导入问题时考虑接受这个答案。对于另一个问题,提出一个新问题,并提供最少但完整的细节来理解和重现它。 当然@Martin Honnen,我发布了一个新问题。可以请看:***.com/questions/69896687/…以上是关于java spring-boot项目中的saxon.FeatureKeys导入错误的主要内容,如果未能解决你的问题,请参考以下文章
Saxon 转换因 java.lang.OutOfMemoryError 失败:Java 堆空间错误
Saxon:无法在 .NET 中使用模式打开 XML,在 Java 中工作正常
resin发布spring-boot项目报错“java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger”
java.lang.RuntimeException:无法识别的 XSLTC 扩展“http://saxon.sf.net/:assign”