I want to setup hibernate as my ORM and JPA Provider with Java SE
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.
You need to install following software on your machine
1. Java
2. Mysql
3. Maven
4. An IDE
I am sure, you already install all above required tools.
mvn clean install
- Hibernate - Core Hibernate O/RM Functionality
- Mysql Driver - MySQL Connector
- Maven - Dependency Management
- Ashish Srivastava - Initial work - iamsrivastava
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used