今天编写了一个Java项目,对数据库Mysql的表进行增删改查,然后遇到了这个问题 严重: create connection SQLException, url: jdbc:mysql://localhost:3306/springdb, errorCode 1045, state 28000java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) at com.mysql.cj…