From 9b2e2b364133b9e4ff5887d1bf32f164d6cae53d Mon Sep 17 00:00:00 2001 From: Josef Rokos Date: Mon, 27 Jun 2016 16:36:25 +0200 Subject: [PATCH] Oprava predesloho commitu. refs #269 --- src/main/resources/ehcache.xml | 36 +++++++++++++++++++++++++ src/main/webapp/WEB-INF/jdbc.properties | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/ehcache.xml diff --git a/src/main/resources/ehcache.xml b/src/main/resources/ehcache.xml new file mode 100644 index 00000000..e1f4c80d --- /dev/null +++ b/src/main/resources/ehcache.xml @@ -0,0 +1,36 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jdbc.properties b/src/main/webapp/WEB-INF/jdbc.properties index 35db1872..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-ostra?characterEncoding=latin2&autoReconnect=true +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