Commit 5021009a by 张乐 Committed by GitHub

Merge pull request #267 from nobodyiam/dal-utf8mb4

upgrade dal client to support utf8mb4
parents 67ecbe8e 028ca004
......@@ -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