springboot连接mysql报错:
java.sql.SQLException: The server time zone value '�й���׼ʱ��' is unrecognized or represents
解决方法:
在application中url后加上:
?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8
java.sql.SQLException: The server time zone value '�й���׼ʱ��' is unrecognized or represents

相关文章: