美文网首页
web-app 4.0 web.xml备忘

web-app 4.0 web.xml备忘

作者: Leo_23 | 来源:发表于2022-05-11 12:44 被阅读0次

    web-app 4.0 web.xml备忘

    <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-app 4.0 web.xml备忘

          本文链接:https://www.haomeiwen.com/subject/raudurtx.html