/h2-springboot-embedded

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

Primary LanguageJava

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.