Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 531 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 531 Bytes

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