报错信息:
严重: dataSource init error
java.sql.SQLException: com.mysql.cj.jdbc.Driver
....
信息: {dataSource-1} inited
org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: com.mysql.cj.jdbc.Driver
....
网上搜了一下可能是mysql版本和mysql驱动包版本不匹配的问题 查看了一下两个版本 后来把mysql驱动版本改为8.0.20后运行成功