diff --git a/auth-demo.yml b/auth-demo.yml index d97c10ef7698f72245fb3ab75daa104890bf5218..5e569f74b80fbbc0178c31d74c8e2f027a7676df 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