springboot报错:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than on...

转载自:https://www.cnblogs.com/bobofei/p/9958054.html
记录下问题:
mysql默认服务器时区问题:
修改

jdbc:mysql://localhost:3306/testuseUnicode=true&characterEncoding=utf-8

jdbc:mysql://localhost:3306/testserverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8

你可能感兴趣的:(springboot报错:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than on...)