Skip to content

jeetprksh/h2-springboot-embedded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h2-springboot-embedded

This is a demo repository for running Spring Boot application having embedded H2 database, creating a record and retrieving the same.

For running the project:

git clone https://github.com/jeetprksh/h2-springboot-embedded.git
cd h2-springboot-embedded
mvn package
cd target
java -jar h2-springboot-embedded-0.0.1-SNAPSHOT.jar

For more details, please head to the related blog post.

About

Using H2 database as an embedded DB for java based desktop applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages