xml Bare bones web.xml文件,适用于RESTEasy应用程序。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml Bare bones web.xml文件,适用于RESTEasy应用程序。相关的知识,希望对你有一定的参考价值。

<?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">
</web-app>

以上是关于xml Bare bones web.xml文件,适用于RESTEasy应用程序。的主要内容,如果未能解决你的问题,请参考以下文章

无法使用bare-bones-digest库在Android中实现Digest Auth

HTML Bare Bones HTML5框架,4节布局

在 Xcode 中打开权利会阻止 Bare Bones 应用程序启动

web.xml文件详解

web.xml配置文件

web.xml 文件配置01