You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a templ ate for a web application that uses JSF, Spring and JPA. The sample code is a simple CRUD page that manipulates records for a simple model object.
<h2>How to use the template</h2>
You need to configure your database access.
To do this you need to change some informations in the pom.xml file, in the profil section:
<ul>
<li>jpa url</li>
<li>jpa username</li>
<li>jpa password</li>
</ul>
** For CloudUnit users: **
You received these informations by email when you have added a MySQL module.