From b9aab44503ab3ae245e4a25e4ff982019feb0faf Mon Sep 17 00:00:00 2001 From: zhanglei-it <446516795@qq.com> Date: Mon, 15 Feb 2021 16:38:16 +0800 Subject: [PATCH] update auth-demo.yml. --- auth-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-demo.yml b/auth-demo.yml index d97c10e..8e07491 100644 --- a/auth-demo.yml +++ b/auth-demo.yml @@ -2,7 +2,7 @@ spring: application: name: turing-auth datasource: - url: jdbc:mysql://host:3306/turing_auth?useUnicode=true&characterEncoding=UTF8 + url: jdbc:mysql://localhost:3306/turing_auth?useUnicode=true&characterEncoding=UTF8 druid: stat-view-servlet: loginUsername: root -- Gitee