Skip to content

rearchGIT/springmvc-hibernate-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springmvc-hibernate-example

Restful Spring MVC Hibernate example also uses jquery, mysql and bootstrap. ScreenShot

##Setup

  1. Download and install Spring Tool Suite http://spring.io/tools/sts
  2. Download and install Git http://git-scm.com/downloads
  3. Open STS and create a workspace
  4. Navigate to the workspace folder (terminal or cmd) and run the Git command git clone https://github.com/seana7a7/springmvc-hibernate-example.git
  5. Click File -> Import -> General -> Existing Project into Workspace
  6. Click Browse navigate to the workspace and select the springmvc-hibernate-example folder
  7. Click finish
  8. Right click on the project -> Maven -> Update Project
  9. Click OK

##Database Setup

  1. Download and install MySQL http://dev.mysql.com/downloads/
  2. Create a database called db
  3. Create a local user dbuser with the password springapppassword and add all privileges for db

##Deploy

  1. Right click on the project Run As -> Run On Server -> Click Finish (Using the default VMware vFabric Sever)

About

Restful Spring MVC Hibernate example that also uses jquery, mysql and bootstrap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 78.3%
  • JavaScript 18.3%
  • CSS 3.4%