其他分享
首页 > 其他分享> > webapp

webapp

作者:互联网

 

创建图示目录,并且把以下代码放入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">
</web-app>

(注意:webapp是在main目录下)

标签:xml,web,xmlns,http,org,webapp
来源: https://www.cnblogs.com/linxiaofeng/p/16475460.html