Skip to content

Spring boot demo project displaying integration and functionality of H2 DB

Notifications You must be signed in to change notification settings

krakzk/spring-boot-h2-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-h2-demo

This is a sample spring boot project code added to show the usage of Spring Boot with H2 database for storage and retrieval.

H2 DB

Simplifies the need and support required for setting up with spring. Provides a interactive UI console by mentioniong in the 'application.properties' file. The most common purpose of H2 is for development purposes.

Dependecies Used

Spring Web Data JPA(Jpa repository for storage and data retrieval) H2 DB(DB storage and console) Lombok(Auto generate getter, setter, constructors and builders)

Updates

Test cases. bot unit and contract, shall be uploaded as proceeding.

Follow @krakz for more :) :)

About

Spring boot demo project displaying integration and functionality of H2 DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages