web.xml中web-app标签标红问题

Posted Rhettttt

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了web.xml中web-app标签标红问题相关的知识,希望对你有一定的参考价值。

发现在SpringMVC中出现web.xml文件中web-app标签标红的现象,虽然并不影响使用,但是影响整体代码美观

即,当前web.xml中web-app标签内的各标签必须按照以下顺序:

 "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)"

按照以上顺序调整一下标签即可解决。

以上是关于web.xml中web-app标签标红问题的主要内容,如果未能解决你的问题,请参考以下文章

web.xml标签

Java EE: XML Schemas for Java EE Deployment Descriptors(Java Web的web.xml头web-app标签上的XML模式)

IntelliJ IDEA 14.03 运行servlet前怎样设置web.xml

web.xml

web.xml

Maven:自定义 web-app 项目的 web.xml