xueli.xue 8 年 前
コミット
019ab69ecd
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      xxl-job-admin/src/main/resources/jdbc.properties
  2. 1 1
      xxl-job-executor-example/src/main/resources/jdbc.properties

+ 1 - 1
xxl-job-admin/src/main/resources/jdbc.properties ファイルの表示

@@ -1,4 +1,4 @@
1 1
 c3p0.driverClass=com.mysql.jdbc.Driver
2
-c3p0.url=jdbc:mysql://localhost:3306/xxl-job?Unicode=true&characterEncoding=UTF-8
2
+c3p0.url=jdbc:mysql://localhost:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
3 3
 c3p0.user=root
4 4
 c3p0.password=root_pwd

+ 1 - 1
xxl-job-executor-example/src/main/resources/jdbc.properties ファイルの表示

@@ -1,4 +1,4 @@
1 1
 c3p0.driverClass=com.mysql.jdbc.Driver
2
-c3p0.url=jdbc:mysql://localhost:3306/xxl-job?Unicode=true&characterEncoding=UTF-8
2
+c3p0.url=jdbc:mysql://localhost:3306/xxl-job?useUnicode=true&characterEncoding=UTF-8
3 3
 c3p0.user=root
4 4
 c3p0.password=root_pwd