From 5467fd5d9a0ba0355ae812139b58ad14bb78e459 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 28 Mar 2022 15:35:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E7=91=9E=E9=9B=AA=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ssm_rrx_test/web/WEB-INF/web.xml | 6 ++++++ ssm_rrx_test/web/index.jsp | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 ssm_rrx_test/web/WEB-INF/web.xml create mode 100644 ssm_rrx_test/web/index.jsp diff --git a/ssm_rrx_test/web/WEB-INF/web.xml b/ssm_rrx_test/web/WEB-INF/web.xml new file mode 100644 index 0000000..d80081d --- /dev/null +++ b/ssm_rrx_test/web/WEB-INF/web.xml @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/ssm_rrx_test/web/index.jsp b/ssm_rrx_test/web/index.jsp new file mode 100644 index 0000000..c139481 --- /dev/null +++ b/ssm_rrx_test/web/index.jsp @@ -0,0 +1,16 @@ +<%-- + Created by IntelliJ IDEA. + User: Administrator + Date: 2022/3/28 0028 + Time: 15:34 + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + $Title$ + + + hello world!!! + + -- Gitee