diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 6a3715c..8988ce3 100755 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -6,7 +6,9 @@

<%= "Hello World!" %>

+

<% String test = "test"; %>

+

<% out.print(test); %>


Hello Servlet test - \ No newline at end of file +