这个问题是密码错误,要仔细检查啊!!!
Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Access denied for user ‘root’@‘localhost’ (using password: YES)"
我的密码是字符串:‘123456’
但是springboot中配置的是:123456
结论:springboot的yml支持字符串,不要和mysql的密码格式搞错了!!!
花了好几个小时