docs: update wg-basic/yml

This commit is contained in:
Administrator 2021-09-01 03:27:02 +00:00 committed by John Smith
parent ced6a3f157
commit c8a2dac1ee

View File

@ -2,7 +2,7 @@
title: 配置文件详解 title: 配置文件详解
description: yml配置文件详解 description: yml配置文件详解
published: true published: true
date: 2021-08-02T08:35:10.409Z date: 2021-09-01T03:27:01.207Z
tags: wg-basic tags: wg-basic
editor: markdown editor: markdown
dateCreated: 2021-07-29T06:22:48.973Z dateCreated: 2021-07-29T06:22:48.973Z
@ -142,7 +142,7 @@ spring:
max-request-size: 1GB max-request-size: 1GB
datasource: datasource:
druid: 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 db-type: mysql
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
username: root username: root