From e16cc721697433a8618a72cf51349632b3d8e165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E8=88=B0?= <28569050@qq.com> Date: Mon, 14 Sep 2020 15:14:07 +0800 Subject: [PATCH] =?UTF-8?q?linux=E7=9A=84mysql=E8=87=AA=E5=8A=A8=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E8=A1=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 13dfd0e..08a8e2e 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,7 +8,7 @@ spring: datasource: username: root password: 666666 - url: jdbc:mysql://192.168.1.196:3306/activiti?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC + url: jdbc:mysql://192.168.1.196:3306/activiti?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC&nullCatalogMeansCurrent=true driver-class-name: com.mysql.cj.jdbc.Driver #日志的相关配置 logging: -- GitLab