From 772188df94e19652b6217dc58fc5dc672cbd92e7 Mon Sep 17 00:00:00 2001 From: Bosn Ma Date: Thu, 22 May 2014 17:23:56 +0800 Subject: [PATCH] dev --- src/mysql.local.properties | 2 +- src/mysql.remote.properties | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/mysql.remote.properties diff --git a/src/mysql.local.properties b/src/mysql.local.properties index 89e92fa..75c4574 100644 --- a/src/mysql.local.properties +++ b/src/mysql.local.properties @@ -1,7 +1,7 @@ jdbc.driverClassName=com.mysql.jdbc.Driver jdbc.url=jdbc\:mysql\://localhost\:3306/BosnAutoPlatformDB?useUnicode\=true&characterEncoding\=utf8&zeroDateTimeBehavior\=convertToNull&noAccessToProcedureBodies\=true jdbc.username=root -jdbc.password=880622 +jdbc.password= jdbc.maxPoolSize=2 jdbc.minPoolSize=1 jdbc.initialPoolSize=1 diff --git a/src/mysql.remote.properties b/src/mysql.remote.properties new file mode 100644 index 0000000..f629285 --- /dev/null +++ b/src/mysql.remote.properties @@ -0,0 +1,9 @@ +jdbc.driverClassName=com.mysql.jdbc.Driver +jdbc.url=jdbc\:mysql\://localhost\:3306/BosnAutoPlatformDB?useUnicode\=true&characterEncoding\=utf8&zeroDateTimeBehavior\=convertToNull&noAccessToProcedureBodies\=true +jdbc.username=root +jdbc.password= +jdbc.maxPoolSize=2 +jdbc.minPoolSize=1 +jdbc.initialPoolSize=1 +jdbc.idleConnectionTestPeriod=1800 +jdbc.maxIdleTime=3600