Servlet 一个干净的web.xml文件

版权声明:《==study hard and make progress every day==》 https://blog.csdn.net/qq_38225558/article/details/82937948
<?xml version="1.0" 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" metadata-complete="true">


</web-app>

猜你喜欢

转载自blog.csdn.net/qq_38225558/article/details/82937948