From c02d2745c35912afd42ea7c8a8f2519234acdb23 Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 7 Apr 2016 12:58:20 +0200 Subject: [PATCH] fix dev environment --- config.dev.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.dev.yml b/config.dev.yml index a7771204..eadcda9c 100644 --- a/config.dev.yml +++ b/config.dev.yml @@ -75,7 +75,7 @@ app: database: driverClass: org.h2.Driver - url: jdbc:h2:./target/example;mv_store=false + url: jdbc:h2:./target/example user: sa password: sa properties: diff --git a/pom.xml b/pom.xml index a47da492..f288fd47 100644 --- a/pom.xml +++ b/pom.xml @@ -417,7 +417,7 @@ com.h2database h2 - 1.4.190 + 1.3.176 mysql