1. 程式人生 > >springboot報錯The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one ti

springboot報錯The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one ti

自己記錄一下一個小錯:

 

mysql預設伺服器時區問題:修改jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf-8為

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

https://www.cnblogs.com/bobofei/p/9958054.html