Commit 028ca004 by Jason Song

upgrade dal client to support utf8mb4

parent 67ecbe8e
......@@ -8,7 +8,7 @@
testOnBorrow="true"
testOnReturn="false"
validationQuery="SELECT 1"
initSQL="set names utf8mb4"
initSql="set names utf8mb4"
validationInterval="30000"
timeBetweenEvictionRunsMillis="5000"
maxActive="100"
......
......@@ -149,7 +149,7 @@
<dependency>
<groupId>com.ctrip.platform</groupId>
<artifactId>ctrip-dal-client</artifactId>
<version>1.0.1.6</version>
<version>1.0.2</version>
<exclusions>
<exclusion>
<artifactId>logback-core</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment