Spring ORM – Create Project
”;
Using eclipse, select File → New → Maven Project. Tick the Create a simple project(skip archetype selection) and click Next.
Enter the details, as shown below:
Click on Finish button and an new project will be created.
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
”;