From 811447cc6407a108b034e380c025441a479d15d8 Mon Sep 17 00:00:00 2001 From: Xiao_kexi <15508138452@qq.com> Date: Wed, 17 Mar 2021 23:48:07 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/test.jsp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/webapp/test.jsp diff --git a/src/main/webapp/test.jsp b/src/main/webapp/test.jsp new file mode 100644 index 0000000..3916e0f --- /dev/null +++ b/src/main/webapp/test.jsp @@ -0,0 +1,16 @@ +<%-- + Created by IntelliJ IDEA. + User: ke + Date: 2021/3/17 + Time: 23:45 + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + Title + + + + + -- Gitee From d10b197e1ec657946b6b78fbae3e8a2832bb50c8 Mon Sep 17 00:00:00 2001 From: Xiao_kexi <8791444+xiao-kexi@user.noreply.gitee.com> Date: Wed, 17 Mar 2021 23:49:09 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20src/?= =?UTF-8?q?main/webapp/test.jsp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/test.jsp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/main/webapp/test.jsp diff --git a/src/main/webapp/test.jsp b/src/main/webapp/test.jsp deleted file mode 100644 index 3916e0f..0000000 --- a/src/main/webapp/test.jsp +++ /dev/null @@ -1,16 +0,0 @@ -<%-- - Created by IntelliJ IDEA. - User: ke - Date: 2021/3/17 - Time: 23:45 - To change this template use File | Settings | File Templates. ---%> -<%@ page contentType="text/html;charset=UTF-8" language="java" %> - - - Title - - - - - -- Gitee From a9fbc6802ae2cab2fdf532edffa1723a287087fc Mon Sep 17 00:00:00 2001 From: Xiao_kexi <8791444+xiao-kexi@user.noreply.gitee.com> Date: Wed, 17 Mar 2021 23:54:35 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20src/?= =?UTF-8?q?main/webapp/index.jsp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/index.jsp | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/main/webapp/index.jsp diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp deleted file mode 100644 index c38169b..0000000 --- a/src/main/webapp/index.jsp +++ /dev/null @@ -1,5 +0,0 @@ - - -

Hello World!

- - -- Gitee From 046988e9a03849f3c386a855c365cccfb54ba9e0 Mon Sep 17 00:00:00 2001 From: SuperPants <2855475870@qq.com> Date: Thu, 18 Mar 2021 22:48:31 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20src/?= =?UTF-8?q?main/webapp/WEB-INF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/web.xml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/main/webapp/WEB-INF/web.xml diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 9f88c1f..0000000 --- a/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - Archetype Created Web Application - -- Gitee From d31ffcfc2868955c8e96a7faaa4151c5042e7186 Mon Sep 17 00:00:00 2001 From: SuperPants <2855475870@qq.com> Date: Thu, 18 Mar 2021 23:01:09 +0800 Subject: [PATCH 5/8] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20webapp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/webapp/.keep diff --git a/src/main/webapp/.keep b/src/main/webapp/.keep new file mode 100644 index 0000000..e69de29 -- Gitee From 4bc0d02bc67050704517b85d6b2017db95ec978a Mon Sep 17 00:00:00 2001 From: SuperPants <2855475870@qq.com> Date: Thu, 18 Mar 2021 23:01:14 +0800 Subject: [PATCH 6/8] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20src/?= =?UTF-8?q?main/webapp/.keep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/main/webapp/.keep diff --git a/src/main/webapp/.keep b/src/main/webapp/.keep deleted file mode 100644 index e69de29..0000000 -- Gitee From d05183398f52bd61afd2dda55b041b7d35a08472 Mon Sep 17 00:00:00 2001 From: SuperPants <2855475870@qq.com> Date: Thu, 18 Mar 2021 23:02:22 +0800 Subject: [PATCH 7/8] add src/main/webapp/WEB-INF/web.xml --- src/main/webapp/WEB-INF | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main/webapp/WEB-INF diff --git a/src/main/webapp/WEB-INF b/src/main/webapp/WEB-INF new file mode 100644 index 0000000..04563ea --- /dev/null +++ b/src/main/webapp/WEB-INF @@ -0,0 +1,7 @@ + + + + Archetype Created Web Application + -- Gitee From 65a728fdfcdbe666a5fec33554219eb9a86d1a75 Mon Sep 17 00:00:00 2001 From: SuperPants <2855475870@qq.com> Date: Mon, 29 Mar 2021 19:33:31 +0800 Subject: [PATCH 8/8] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20src/?= =?UTF-8?q?main/webapp/index.jsp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/index.jsp | 168 -------------------------------------- 1 file changed, 168 deletions(-) delete mode 100644 src/main/webapp/index.jsp diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp deleted file mode 100644 index ff27cf0..0000000 --- a/src/main/webapp/index.jsp +++ /dev/null @@ -1,168 +0,0 @@ -<%@ page pageEncoding="utf-8"%> - - - - - - - 登录案例 - <%-- 音乐 --%> - - <%-- css和font字体引用 --%> - - - - - - - - - - -
-
-
- -
-
-
- - - - - - -- Gitee