Spring ORM - Create Project



Using eclipse, select FileNew Maven Project. Tick the Create a simple project(skip archetype selection) and click Next.

New Maven Project

Enter the details, as shown below:

Project Details

Click on Finish button and an new project will be created.

Project Structure

Add dependencies for ORM

Now as we've our project ready, let add following dependencies in pom.xml in next chapter.

  • Spring Framework

  • Hibernate

  • MySQL Connector

  • Other related dependencies.

Advertisements