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