From 2f65a0684f29feaa98cefd21047af33ed4f38542 Mon Sep 17 00:00:00 2001 From: DGJ <8016038+douguangji@user.noreply.gitee.com> Date: Mon, 18 Jan 2021 15:39:14 +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..5e569f7 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://127.0.0.1:3306/turing-auth?useUnicode=true&characterEncoding=UTF8&useSSL=false druid: stat-view-servlet: loginUsername: root -- Gitee