thomers / template-jsf-spring-jpa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSF Spring and JPA template application

This is a template 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.

How to use the template

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:

  • jpa url
  • jpa username
  • jpa password

** For CloudUnit users: **

You received these informations by email when you have added a MySQL module.

About


Languages

Language:CSS 79.9%Language:Java 20.1%