Skip to content

tarunDesai/search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search

                       Search Spring MVC with Hibernate

Steps to Build and Run this project

  1. Creating the Oracle Table 1a. run the EmployeeTable.sql from /resources/ folder

there are two ways to deploy the project

pick the .war way

  1. just pick the SearchAPI.war file from the target dir and deploy it on a web application server
  2. access the application with http://localhost:7001/SearchAPI/

pick the build way

  1. checkout the project
  2. import the project in eclipse via "Existing Maven Project"
  3. build the project
  4. deploy the SearchAPI.war
  5. access the application with http://localhost:7001/SearchAPI/

About

Search Spring MVC with Hibernate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 78.9%
  • PLSQL 21.1%