From 319b79b776d38d9a2eb786a2472753e3a3f33b36 Mon Sep 17 00:00:00 2001 From: Josef Rokos Date: Sun, 29 Jun 2014 18:34:35 +0200 Subject: [PATCH] =?UTF-8?q?Opraven=20timeout=20p=C5=99ipojen=C3=AD=20k=20d?= =?UTF-8?q?atab=C3=A1zi.=20refs=20#104?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jdbc.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jdbc.properties b/src/main/webapp/WEB-INF/jdbc.properties index 63673eb4..4e3ec948 100644 --- a/src/main/webapp/WEB-INF/jdbc.properties +++ b/src/main/webapp/WEB-INF/jdbc.properties @@ -1,5 +1,5 @@ jdbc.driverClassName=com.mysql.jdbc.Driver jdbc.dialect=org.hibernate.dialect.MySQLDialect -jdbc.databaseurl=jdbc:mysql://127.0.0.1:3306/isspst?characterEncoding=latin2 +jdbc.databaseurl=jdbc:mysql://127.0.0.1:3306/isspst?characterEncoding=latin2&autoReconnect=true jdbc.username=isspst jdbc.password=xsacfgd \ No newline at end of file