We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8487bcf commit a7899e4Copy full SHA for a7899e4
2 files changed
JavaWeb/src/com/study/web/Demo01.java
@@ -0,0 +1,4 @@
1
+package com.study.web;
2
+
3
+public class Demo01 {
4
+}
WebDemo/web/WEB-INF/web.xml
@@ -0,0 +1,6 @@
+<?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"
5
+ version="4.0">
6
+</web-app>
0 commit comments