Commit 5021009a authored by 张乐's avatar 张乐 Committed by GitHub

Merge pull request #267 from nobodyiam/dal-utf8mb4

upgrade dal client to support utf8mb4
parents 67ecbe8e 028ca004
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
testOnBorrow="true" testOnBorrow="true"
testOnReturn="false" testOnReturn="false"
validationQuery="SELECT 1" validationQuery="SELECT 1"
initSQL="set names utf8mb4" initSql="set names utf8mb4"
validationInterval="30000" validationInterval="30000"
timeBetweenEvictionRunsMillis="5000" timeBetweenEvictionRunsMillis="5000"
maxActive="100" maxActive="100"
......
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
<dependency> <dependency>
<groupId>com.ctrip.platform</groupId> <groupId>com.ctrip.platform</groupId>
<artifactId>ctrip-dal-client</artifactId> <artifactId>ctrip-dal-client</artifactId>
<version>1.0.1.6</version> <version>1.0.2</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>logback-core</artifactId> <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