String url="jdbc:mysql://127.0.0.1:3306/northwind?serverTimezone=UTC";
需要在连接后面加个时区参数?serverTimezone=UTC
原文地址:https://www.cnblogs.com/max-hou/p/10706032.html
时间: 2025-01-16 23:44:36
String url="jdbc:mysql://127.0.0.1:3306/northwind?serverTimezone=UTC";
需要在连接后面加个时区参数?serverTimezone=UTC
原文地址:https://www.cnblogs.com/max-hou/p/10706032.html