在 Intellij 理念 12.1.4 中。Spring 上下文配置显示多个文件位置的错误为Top level element is not completed
@ContextConfiguration(locations= {"classpath:sampleWebService-test.xml"})
我将如何解决这个问题?
在 Intellij 理念 12.1.4 中。Spring 上下文配置显示多个文件位置的错误为Top level element is not completed
@ContextConfiguration(locations= {"classpath:sampleWebService-test.xml"})
我将如何解决这个问题?
我在 IntelliJ 13.1.4 中的一个 XML 文件中发生了类似的事情。不知何故,我最终遇到了我的文件配置了语言注入的情况。我通过以下方式解决了这个问题:
Alt + Enter
- 显示意图操作和快速修复Un-inject Language/Reference
在我的情况下 alt+enter 不起作用。有不可见的字符,用红线加下划线 - 用红线选择所有内容并将其删除