启动Springboot实例时报的错。
原因没加上时区
在Url后面加上
url: jdbc:mysql://localhost:3306/ssm?serverTimezone=UTC
The server time zone value ‘�й���ʱ��‘ is unrecognized or represents more than one time zone.
最新推荐文章于 2025-06-12 22:47:31 发布
启动Springboot实例时报的错。
原因没加上时区
在Url后面加上
url: jdbc:mysql://localhost:3306/ssm?serverTimezone=UTC