We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcea8f2 commit 9531ff6Copy full SHA for 9531ff6
jpa/multiple-pu/src/main/webapp/index.jsp
@@ -46,10 +46,10 @@
46
<html>
47
<head>
48
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
49
- <title>Multiple Persistence Units in a persistence.xml</title>
+ <title>JPA : Multiple Persistence Units in a persistence.xml</title>
50
</head>
51
<body>
52
- <h1>Multiple Persistence Units in a persistence.xml</h1>
+ <h1>JPA : Multiple Persistence Units in a persistence.xml</h1>
53
<a href="${pageContext.request.contextPath}/TestServlet"/>List entities</a> from two different PUs.
54
</body>
55
</html>
0 commit comments