SpringBoot循环connection SQLException, url: jdbc:mysql://localhost:3306/mysq?serverTimezone=UTC, error

今天做项目遇到了这个问题 控制台反复打印这段话

connection SQLException, url: jdbc:mysql://localhost:3306/mysq?serverTimezone=UTC, error

切换了数据库版本,还是不行。然后看到了这个
Access denied for user ‘root’@‘localhost’ (using password: YES)就明了了
是登陆不上去,账号密码有误
可是我仔细看了我的application.properties在这里插入图片描述
看起来没错,然后我觉得password后面的密码有点不对劲
为什么会有闪烁的光块,难不成空格也被计算进去了吗?
删掉后
在这里插入图片描述

草…

猜你喜欢

转载自blog.csdn.net/qq_36008278/article/details/114366298