Hotel Reservation Application Spring MVC Hibernate Project

Hi,

Attached is the Hotel Reservation Application developed by me with an average UI.

This is a sample Project for” the HotelĀ Travel Desk applicationĀ (login, booking, update, cancel, and other details). Completed end-to-end projects with the latest technologies in java like angular js, Spring and Hibernate, and MySQL technologies.

Used Technologies:

Java version: 1.7
Apache Tomcat 7 or 8
Eclipse mars
Spring MVC
Hibernate
for knowing the versions, refer pom.xml

Set the JAVA-HOME, CATALINA, AND M2_HOME etc.
Steps to execute the Hotel Reservation project
1) create a database hotel_reservation in mysql database and edit the following properties like user name and password (mysql) in hibernate.properties file and save it.(resources/hibernate.properties).

classname=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/hotel_reservation
password=<password>
username=<root>

2) Click on Import the maven projects in eclipse.
Choose Hotel Reservation and import it.

3)In the Preferences-> maven settings -> update the settings.xml in the maven folder
in your folder.

4) Update the Hotel Reservation project, so that you will see all the errors get resolved (Because the update project downloads all the dependencies specified in pom.xml).

5) Run the Hotel Reservation project with maven build by entering the command
mvn clean install

6) And then choose the tomcat server and run the project.

7) Now you will be able to run the Hotel Reservation System application

Steps to Execute:

  • Import project as maven project in Eclipse
  • Create a database with the name mentioned in hibernate.properties(In the resources folder)
  • Make sure that hibernate.properties (properties in the file) match the username and password of Mysql.

Download Construction Management System Java Project using Spring MVC framework

2 Replies to “Hotel Reservation Application Spring MVC Hibernate Project”

Leave a Reply

Your email address will not be published. Required fields are marked *