链接Mysql 测试的时候报这个错,求大神帮解决下

错误:
The server time zone value '这是个乱码的东西' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.)

链接数据库的url:
value="jdbc:mysql://localhost:3306/cloud_note?useUnicode=true&characterEncoding=utf-8&useSSL=false">

mysql的驱动jar包加了吗

有 mysql-connector-java-6.0.2-bin.jar的包和spring-jdbc-3.2.8。jar的包

将mysql jar包换成5.1.38即可

参考