Skip to content

MySQL DB schema creation using Spring boot, Repository creation, JUnit Tests with TestEntityManager in h2 database

Notifications You must be signed in to change notification settings

lenlag/GarageJPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GarageJPA

Simplified garage management. Consists of 7 entities :

  • garage
  • address
  • box
  • car
  • vehicle
  • person
  • rent

The database is created using Spring Boot.

It is uploaded with some initial dataset.

Garage toString() function displays all the contents of the database.

All the repositories are tested using JUnit (h2 test database) & via Maven test.

Maven build project.

About

MySQL DB schema creation using Spring boot, Repository creation, JUnit Tests with TestEntityManager in h2 database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages