https://mvnrepository.com/artifact/mysql/mysql-connector-java/8.0.12
** You can download the driver by clicking "jar". ** **
8.x and earlier: "com.mysql.jdbc.Driver" 8.x:「com.mysql.cj.jdbc.Driver」
8.x and earlier: "jdbc: mysql: // localhost: 3306 / testdb" 8.x:「jdbc:mysql://localhost:3306/testdb?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B9:00&rewriteBatchedStatements=true」
Recommended Posts