主要原因8.x版本的验证模块和之前版本不同:
5.x版本是:default_authentication_plugin=mysql_native_password
8.x版本就是:default_authentication_plugin=caching_sha2_password
将MySQL connection的版本改为8.0即可

mybatis Unable to load authentication plugin 'caching_sha2_password'.] with root cause
原文:https://www.cnblogs.com/lyraHeartstrings/p/14731568.html