Skip to content

udiculus/javaee-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaEE Basic Crud & Authentication

Study case project with JSP-servlet, JPA, ORM Hibernate, MySQL etc. which implement crud sample and simple authentication. Also using bootstrap as its frontend.

Installation

  • Import the article.sql file to your MySQL server then adjust the db configuration in /src/resources/META-INF/persistence.xml
  • This project already have tomcat7-maven-plugin included so you don't need to install tomcat in your local machine. You only need to run
mvn clean install tomcat7:run-war