web.xml最新配置

Posted yangbocsu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了web.xml最新配置相关的知识,希望对你有一定的参考价值。

web.xml最新配置

<?xml version="1.0" encoding="UTF-8"?>
<web-app
    xmlns="http://xmlns.jcp.org/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
            http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
    version="4.0"
    metadata-complete="true">
</web-app>


以上是关于web.xml最新配置的主要内容,如果未能解决你的问题,请参考以下文章

web.xml最新配置

maven web项目的web.xml报错The markup in the document following the root element must be well-formed.(代码片段

简单的web.xml配置代码

SpringMVC4.2.4 xml配置

serverlet Web.xml配置代码解释

配置ssm 时, web.xml 文件无 # 自动代码提示