Skip to content

le4ndro/SpringHibernateEx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringHibernateEx

Sample project using Spring 4 and Hibernate with annotations.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  1. Java JDK 8
  2. Apache Maven
  3. Servlet container(Tomcat)
  4. MySQL database

Installing

  1. Create springhibernateex database on your MySQL server
CREATE DATABASE springhibernateex;
  1. Execute the script inside sql folder

  2. Compile project.

mvn compile
  1. Create WAR file.
mvn package
  1. Go to target folder and deploy SpringHibernateEx.war to your servlet container.

Built With

Authors

  • Leandro Souza - Initial work

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • This project is for learning purposes

About

Sample project using Spring 4 and Hibernate with annotations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages