JDBC url连接字符串错误1

String url="jdbc:mysql://127.0.0.1:3306/northwind?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT;";

  由于url最后面多加了一个";"分号导致连接失败

原文地址:https://www.cnblogs.com/max-hou/p/10709031.html