Java連接數據庫The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time

Java連接數據庫The server time zone value ‘Öйú±ê׼ʱ¼ä’ is unrecognized or represents more than one time
時區問題,解決方案:
在url後面加上時區:&serverTimezone=GMT%2B8
如:
spring:
#數據庫配置
datasource:
url: jdbc:mysql://10.0.0.12:3306/cms?characterEncoding=utf8&useUnicode=true&useSSL=false&serverTimezone=GMT%2B8
username: root
password: 123456

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章