zoukankan      html  css  js  c++  java
  • 【Quartz】【程序目录结构】/DetectNonWorkingDay/WebContent/WEBINF/web.xml

     1 <?xml version="1.0" encoding="UTF-8"?>
    2 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
    3 <display-name>DetectNonWorkingDay</display-name>
    4 <welcome-file-list>
    5 <welcome-file>index.html</welcome-file>
    6 <welcome-file>index.htm</welcome-file>
    7 <welcome-file>index.jsp</welcome-file>
    8 <welcome-file>default.html</welcome-file>
    9 <welcome-file>default.htm</welcome-file>
    10 <welcome-file>default.jsp</welcome-file>
    11 </welcome-file-list>
    12 </web-app>
  • 相关阅读:
    CentOS VPS
    Make 命令教程
    Nginx 学习
    字体对齐问题
    postman curl
    linux命令
    服务器
    操作系统
    nginx-1.15遇到无法加载php文件报404的问题
    thinkphp6.0框架下载与安装
  • 原文地址:https://www.cnblogs.com/mount/p/2243321.html
Copyright © 2011-2022 走看看