Search Spring MVC with Hibernate
Steps to Build and Run this project
- Creating the Oracle Table 1a. run the EmployeeTable.sql from /resources/ folder
there are two ways to deploy the project
pick the .war way
- just pick the SearchAPI.war file from the target dir and deploy it on a web application server
- access the application with http://localhost:7001/SearchAPI/
pick the build way
- checkout the project
- import the project in eclipse via "Existing Maven Project"
- build the project
- deploy the SearchAPI.war
- access the application with http://localhost:7001/SearchAPI/