From bbed99bb433aad9a551c40faae82c4a23e1a0eaa Mon Sep 17 00:00:00 2001 From: liruiqiang <3151805288@qq.com> Date: Tue, 24 Jun 2025 13:51:09 +0800 Subject: [PATCH] =?UTF-8?q?[lrq]go=E8=AF=AD=E8=A8=80=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest/config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/config/config.yaml b/manifest/config/config.yaml index 881daa8..f2fc73d 100644 --- a/manifest/config/config.yaml +++ b/manifest/config/config.yaml @@ -12,6 +12,6 @@ logger: # https://goframe.org/docs/core/gdb-config-file database: default: - link: "mysql:root:123456@tcp(127.0.0.1:3306)/link_test" + link: "mysql:root:root@tcp(127.0.0.1:3306)/link_test?loc=Local&parseTime=true" createdAt: "create_time" updatedAt: "update_time" \ No newline at end of file