From 35f49165a30013bf5fbb73711420cc59ff3b236c Mon Sep 17 00:00:00 2001 From: Markus Kreth Date: Sat, 26 Jan 2019 12:06:42 +0100 Subject: [PATCH] Next Development Version --- pom.xml | 2 +- .../de/kreth/vaadin/clubhelper/MysqlLocalConfiguration.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d917fd2..f9bff64 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.kreth.vaadin.clubhelper vaadin-clubhelper - 1.0.4-SNAPSHOT + 1.0.5-SNAPSHOT war vaadin-clubhelper diff --git a/src/test/java/de/kreth/vaadin/clubhelper/MysqlLocalConfiguration.java b/src/test/java/de/kreth/vaadin/clubhelper/MysqlLocalConfiguration.java index 3a6d863..179f5d6 100644 --- a/src/test/java/de/kreth/vaadin/clubhelper/MysqlLocalConfiguration.java +++ b/src/test/java/de/kreth/vaadin/clubhelper/MysqlLocalConfiguration.java @@ -22,7 +22,8 @@ public class MysqlLocalConfiguration extends AbstractHibernateConfiguration { } public String getUrl() { - return "jdbc:mysql://localhost/clubhelper?useUnicode=yes&characterEncoding=utf8&serverTimezone=UTC&useSSL=FALSE"; + return ""; +// return "jdbc:mysql://localhost/clubhelper?useUnicode=yes&characterEncoding=utf8&serverTimezone=UTC&useSSL=FALSE"; } }