servlet3.0 web.xml 标头

Posted Prince_Chang

tags:

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

<?xml version="1.1" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
              http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
         version="3.0">

 

以上是关于servlet3.0 web.xml 标头的主要内容,如果未能解决你的问题,请参考以下文章

WebApplicationInitializer究 Spring 3.1之无web.xml式 基于代码配置的servlet3.0应用

Servlet3.0与Spring

servlet3.0以后无需在web.xml中配置servlet

Servlet3.0新特性之web-fragment.xml模块化配置文件

Servlet3.0新特性

Servlet3.0的简单使用