From 019ab69ecddf5c915eb18d1b8380fd94f7a909ff Mon Sep 17 00:00:00 2001 From: "xueli.xue" Date: Tue, 28 Feb 2017 20:47:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0RM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xxl-job-admin/src/main/resources/jdbc.properties | 2 +- xxl-job-executor-example/src/main/resources/jdbc.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xxl-job-admin/src/main/resources/jdbc.properties b/xxl-job-admin/src/main/resources/jdbc.properties index 23736973..260ce72b 100644 --- a/xxl-job-admin/src/main/resources/jdbc.properties +++ b/xxl-job-admin/src/main/resources/jdbc.properties @@ -1,4 +1,4 @@ c3p0.driverClass=com.mysql.jdbc.Driver -c3p0.url=jdbc:mysql://localhost:3306/xxl-job?Unicode=true&characterEncoding=UTF-8 +c3p0.url=jdbc:mysql://localhost:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8 c3p0.user=root c3p0.password=root_pwd \ No newline at end of file diff --git a/xxl-job-executor-example/src/main/resources/jdbc.properties b/xxl-job-executor-example/src/main/resources/jdbc.properties index 23736973..260ce72b 100644 --- a/xxl-job-executor-example/src/main/resources/jdbc.properties +++ b/xxl-job-executor-example/src/main/resources/jdbc.properties @@ -1,4 +1,4 @@ c3p0.driverClass=com.mysql.jdbc.Driver -c3p0.url=jdbc:mysql://localhost:3306/xxl-job?Unicode=true&characterEncoding=UTF-8 +c3p0.url=jdbc:mysql://localhost:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8 c3p0.user=root c3p0.password=root_pwd \ No newline at end of file