报错:java.sql.SQLException: The server time zone value ‘?й???????‘ is unrecognized
在IDEA运行是报出例如相识的错误时:
java.sql.SQLException: 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.
那么此时查看你的mysql依赖是否版本过高:
这时将它降到6以下试试,楼主降到5.1.45就OK了
报错:java.sql.SQLException: The server
原文:https://www.cnblogs.com/leccoo/p/11117641.html