最新MySQL 8.0版本,驅動為:jdbc.driver = com.mysql.cj.jdbc.Driver;
連接字符串:jdbc.url = jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC
注意:要加上serverTimezone,否則報錯。
連接字符串:jdbc.url = jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC
注意:要加上serverTimezone,否則報錯。
2019-04-19