Skip to content

A Spring project integrated with hibernate using JPA repository with mysql database, It also has a User Entity which is being saved in mysql database using UserRepository interface. It has rest api integrated and two example api's are written to get and save user

Notifications You must be signed in to change notification settings

atifsaddique211f/spring-mvc-jpa-hibernate-mysql-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring jpa hibernate mysql rest Starter Application

  • A Spring project integrated with hibernate
  • using JPA repository
  • mysql database
  • rest api It also has a User Entity which is being save in mysql database using UserRepository interface. It has rest api integrated and two example api's are written to get and save user

How To Setup

Necessary Config and Pre-Req

  • Mysql
  • you need to change the username and password of mysql in src/main/resources/application.properties file.
  • Gradle must be installed or you can user the gradle plugin inside spring tool suite

About

A Spring project integrated with hibernate using JPA repository with mysql database, It also has a User Entity which is being saved in mysql database using UserRepository interface. It has rest api integrated and two example api's are written to get and save user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages