The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
这个错误其实就是MySQL高级版本的时区问题,只要在yml文件里的url语句后面加上
?serverTimezone=UTC就行了
url: jdbc:mysql://localhost:3306/mayikt?serverTimezone=UTC



