From 916f44997516f7b39e121154462577dcdaba3f4c Mon Sep 17 00:00:00 2001
From: Asus <2227102688@qq.com>
Date: Wed, 2 Apr 2025 11:21:26 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BA=86web.xml=20first.jsp?=
=?UTF-8?q?=20showFirst.jsp=E7=9A=84=E4=BB=A3=E7=A0=81=EF=BC=8C=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=E4=BA=86Tomcat=E6=9C=8D=E5=8A=A1=E5=99=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/springmvc.xml | 15 +------------
web/WEB-INF/view/showFirst.jsp | 18 ++++++++++------
web/WEB-INF/web.xml | 39 +++++++---------------------------
web/first.jsp | 16 ++++++++------
4 files changed, 30 insertions(+), 58 deletions(-)
diff --git a/src/springmvc.xml b/src/springmvc.xml
index a202e8b..e61a833 100644
--- a/src/springmvc.xml
+++ b/src/springmvc.xml
@@ -2,24 +2,11 @@
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://www.springframework.org/schema/tool http://www.springframework.org/schema/tool/spring-tool.xsd http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd">
-
-
-
-
-
-
-
-
-
-
-
diff --git a/web/WEB-INF/view/showFirst.jsp b/web/WEB-INF/view/showFirst.jsp
index 3c42d25..fccb36d 100644
--- a/web/WEB-INF/view/showFirst.jsp
+++ b/web/WEB-INF/view/showFirst.jsp
@@ -1,12 +1,16 @@
-<%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
-
+<%--
+ Created by IntelliJ IDEA.
+ User: 31402
+ Date: 2025/3/23
+ Time: 16:42
+ To change this template use File | Settings | File Templates.
+--%>
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
-
-展示入门程序信息
+ 入门程序
-Success!
+success!
-
\ No newline at end of file
+