From c8a2dac1ee0a0d8738c48dc2a7f6b25a5728d7a6 Mon Sep 17 00:00:00 2001 From: Administrator <450292408@qq.com> Date: Wed, 1 Sep 2021 03:27:02 +0000 Subject: [PATCH] docs: update wg-basic/yml --- wg-basic/yml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wg-basic/yml.md b/wg-basic/yml.md index 8b6d890..eb56044 100644 --- a/wg-basic/yml.md +++ b/wg-basic/yml.md @@ -2,7 +2,7 @@ title: 配置文件详解 description: yml配置文件详解 published: true -date: 2021-08-02T08:35:10.409Z +date: 2021-09-01T03:27:01.207Z tags: wg-basic editor: markdown dateCreated: 2021-07-29T06:22:48.973Z @@ -142,7 +142,7 @@ spring: max-request-size: 1GB datasource: druid: - url: jdbc:mysql://127.0.0.1:3306/db_xxx?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC + url: jdbc:mysql://127.0.0.1:3306/db_xxx?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true db-type: mysql driver-class-name: com.mysql.cj.jdbc.Driver username: root