We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c136a3 commit 6e43e7bCopy full SHA for 6e43e7b
src/main/webapp/index.html
src/main/webapp/index.jsp
@@ -0,0 +1,13 @@
1
+<%@page contentType="text/html" pageEncoding="UTF-8"%>
2
+<!DOCTYPE html>
3
+<html>
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
+ <title>Hello Java EE 7 Continuous Delivery!</title>
7
+ </head>
8
+ <body>
9
+ <h1>Hello Java EE 7 Continuous Delivery!</h1>
10
+
11
+ GET all the <a href="${pageContext.request.contextPath}/resources/persons"/>persons</a>.
12
+ </body>
13
+</html>
0 commit comments