java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required
这是由于springboot自带 mysql-connector-java版本过高,导致连接失败,最终导致连接池启动失败
改为较低版本就可以了