https://github.com/udiculus/javaee-basic
JSP, JPA, ORM Hibernate, MySQL, Simple Auth
https://github.com/udiculus/javaee-basic
authentication crud-sample hibernate-orm java jsp mysql
Last synced: 6 months ago
JSON representation
JSP, JPA, ORM Hibernate, MySQL, Simple Auth
- Host: GitHub
- URL: https://github.com/udiculus/javaee-basic
- Owner: udiculus
- Created: 2018-04-20T09:18:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T04:37:37.000Z (over 7 years ago)
- Last Synced: 2025-03-26T16:25:33.627Z (9 months ago)
- Topics: authentication, crud-sample, hibernate-orm, java, jsp, mysql
- Language: JavaScript
- Size: 21.9 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```