Skip to content

Instantly share code, notes, and snippets.

@Ameausoone
Ameausoone / h2 starting
Last active October 14, 2019 12:30
exec-maven-plugin for start H2 database
<profiles>
<profile>
<id>start-h2</id>
<dependencies>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.162</version>
</dependency>
</dependencies>