Switched H2 to server-mode and made the console available in the app
[examples/facebook-app] / src / main / webapp / thymeleaf / home.html
index b4d0074..f7649e5 100644 (file)
@@ -8,6 +8,7 @@
     <ul>
       <li><a href="connect/facebookConnected.html" th:href="@{/connect/facebook.html}">Show connection-status</a></li>
       <li><a href="profile.html" th:href="@{/profile.html}">Show public profile-data</a></li>
+      <li><a href="#" th:href="@{/h2-console}">Connect to the H2-console</a></li>
     </ul>
   </body>
 </html>