摘要: 1 public class MySqlDemo { 2 private static final String DRIVER_CLASS = "com.mysql.cj.jdbc.Driver"; 3 private static final String URL = "jdbc:mysql://localhost:3306/test?serverTimezone=UTC... 阅读全文
posted @ 2018-12-19 15:50 会心微笑lzy 阅读(166) 评论(0) 推荐(0)