diff --git a/auth-demo.yml b/auth-demo.yml index d97c10ef7698f72245fb3ab75daa104890bf5218..6a1c9295a1a34cb16a1b51afb05e90cc91a95d64 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://host:3306/turing_auth?useUnicode=true&characterEncoding=utf-8&useSSL=false druid: stat-view-servlet: loginUsername: root