Skip to content

The CRUD operations example which is done using Spring MVC, Hibernate, JSP and MSSQL.

License

Notifications You must be signed in to change notification settings

furkanisitan/SpringMVC-Hibernate-MSSQL-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringMVCHibernateMSSQL

This project is a n-tier web application that demonstrates the CRUD operations using Spring MVC, Hibernate and MSSQL.

Requirements

Getting Started

1. Clone or download the project

2. Create MsSql database

CREATE DATABASE SpringMvcHibernateTest;
  • Through Hibernate, tables will be automatically generated according to entity classes.

  • While the project is first opened, fake data is produced with javafaker and sample data is added to the database.

3. Import the project as a maven project.

4. Change mssql username, password and servername as per your installation

  • open src/main/resources/META-INF/persistence.xml

  • change jdbc:sqlserver, javax.persistence.jdbc.user and javax.persistence.jdbc.password as per your mssql installation

5. Build and run the app project

Demo

spring-mvc

About

The CRUD operations example which is done using Spring MVC, Hibernate, JSP and MSSQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages