Driver com.mysql.jdbc.Driver claims to not accept jdbcUrl
该问题为配置文件路径错误,检查配置文件,千万不要给路径+""
mysql5正确形式为
jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
择善人而交,择善书而读,择善言而听,择善行而从。
该问题为配置文件路径错误,检查配置文件,千万不要给路径+""
mysql5正确形式为
jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC