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 @@
 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

+ 1 - 1
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