SCT-59 Add Support for H2 database

resolves spring-cloud/spring-cloud-task#59
This commit is contained in:
Glenn Renfro
2016-01-14 14:07:20 -05:00
parent 30497e6258
commit d00925622b
6 changed files with 65 additions and 4 deletions

View File

@@ -42,8 +42,8 @@
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>