From a478dacdec9287d1198bfd8b9ee53befc64b62ae Mon Sep 17 00:00:00 2001 From: Suh Date: Mon, 4 May 2020 17:56:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=B1=ED=9E=88=20=EC=97=86=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/spring/appServlet/servlet-context.xml | 2 +- src/main/webapp/{WEB-INF => }/views/admin/admin_data.jsp | 0 src/main/webapp/{WEB-INF => }/views/home.jsp | 0 src/main/webapp/{WEB-INF => }/views/join/join.jsp | 0 src/main/webapp/{WEB-INF => }/views/login/login_form.jsp | 0 src/main/webapp/{WEB-INF => }/views/login/login_ok.jsp | 0 src/main/webapp/{WEB-INF => }/views/test/tableTest.jsp | 0 src/main/webapp/{WEB-INF => }/views/test/test.html | 8 ++++---- src/main/webapp/{WEB-INF => }/views/todo/todo_form.html | 8 ++++---- src/main/webapp/{WEB-INF => }/views/todo/todo_form.jsp | 0 .../webapp/{WEB-INF => }/views/todo/todo_form_test.jsp | 0 11 files changed, 9 insertions(+), 9 deletions(-) rename src/main/webapp/{WEB-INF => }/views/admin/admin_data.jsp (100%) rename src/main/webapp/{WEB-INF => }/views/home.jsp (100%) rename src/main/webapp/{WEB-INF => }/views/join/join.jsp (100%) rename src/main/webapp/{WEB-INF => }/views/login/login_form.jsp (100%) rename src/main/webapp/{WEB-INF => }/views/login/login_ok.jsp (100%) rename src/main/webapp/{WEB-INF => }/views/test/tableTest.jsp (100%) rename src/main/webapp/{WEB-INF => }/views/test/test.html (69%) rename src/main/webapp/{WEB-INF => }/views/todo/todo_form.html (89%) rename src/main/webapp/{WEB-INF => }/views/todo/todo_form.jsp (100%) rename src/main/webapp/{WEB-INF => }/views/todo/todo_form_test.jsp (100%) diff --git a/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml b/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml index 0e91119..538c822 100644 --- a/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml +++ b/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml @@ -17,7 +17,7 @@ - + diff --git a/src/main/webapp/WEB-INF/views/admin/admin_data.jsp b/src/main/webapp/views/admin/admin_data.jsp similarity index 100% rename from src/main/webapp/WEB-INF/views/admin/admin_data.jsp rename to src/main/webapp/views/admin/admin_data.jsp diff --git a/src/main/webapp/WEB-INF/views/home.jsp b/src/main/webapp/views/home.jsp similarity index 100% rename from src/main/webapp/WEB-INF/views/home.jsp rename to src/main/webapp/views/home.jsp diff --git a/src/main/webapp/WEB-INF/views/join/join.jsp b/src/main/webapp/views/join/join.jsp similarity index 100% rename from src/main/webapp/WEB-INF/views/join/join.jsp rename to src/main/webapp/views/join/join.jsp diff --git a/src/main/webapp/WEB-INF/views/login/login_form.jsp b/src/main/webapp/views/login/login_form.jsp similarity index 100% rename from src/main/webapp/WEB-INF/views/login/login_form.jsp rename to src/main/webapp/views/login/login_form.jsp diff --git a/src/main/webapp/WEB-INF/views/login/login_ok.jsp b/src/main/webapp/views/login/login_ok.jsp similarity index 100% rename from src/main/webapp/WEB-INF/views/login/login_ok.jsp rename to src/main/webapp/views/login/login_ok.jsp diff --git a/src/main/webapp/WEB-INF/views/test/tableTest.jsp b/src/main/webapp/views/test/tableTest.jsp similarity index 100% rename from src/main/webapp/WEB-INF/views/test/tableTest.jsp rename to src/main/webapp/views/test/tableTest.jsp diff --git a/src/main/webapp/WEB-INF/views/test/test.html b/src/main/webapp/views/test/test.html similarity index 69% rename from src/main/webapp/WEB-INF/views/test/test.html rename to src/main/webapp/views/test/test.html index c9e9b87..6cdc1b2 100644 --- a/src/main/webapp/WEB-INF/views/test/test.html +++ b/src/main/webapp/views/test/test.html @@ -3,10 +3,10 @@ Title - - - - + + + +
diff --git a/src/main/webapp/WEB-INF/views/todo/todo_form.html b/src/main/webapp/views/todo/todo_form.html similarity index 89% rename from src/main/webapp/WEB-INF/views/todo/todo_form.html rename to src/main/webapp/views/todo/todo_form.html index 5a07adc..d9f96f8 100644 --- a/src/main/webapp/WEB-INF/views/todo/todo_form.html +++ b/src/main/webapp/views/todo/todo_form.html @@ -3,10 +3,10 @@ Title - - - - + + + +