From 486f1756474680f4e5294f7b5ccd50dcfb436bd8 Mon Sep 17 00:00:00 2001 From: iedexmain1 Date: Fri, 16 Dec 2016 08:47:23 +0000 Subject: [PATCH 1/2] qa: Check --- src/main/webapp/index.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index e8f78a0..a9db7f6 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,3 +1,4 @@ + <% response.sendRedirect("spring/hello"); %> From 2b6d304522a167d46f458a4e93f78d24a98ab5a4 Mon Sep 17 00:00:00 2001 From: iedexmain1 Date: Fri, 16 Dec 2016 08:48:13 +0000 Subject: [PATCH 2/2] qa: Check_2 --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index a9db7f6..bdf98ae 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,4 +1,4 @@ - + <% response.sendRedirect("spring/hello"); %>