url: jdbc:mysql://*:*/*?serverTimezone=UTC
如下報錯,可在數據庫連接中指定時區
Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set
HHH000342: Could not obtain connection to query metadata : The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.
如下報錯,可在數據庫連接中指定時區
Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set
HHH000342: Could not obtain connection to query metadata : The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.
2018-09-24