java.sql.SQLException: Unable to load authentication plugin 'caching_sha2_pa

解决方法

在URL中添加allowPublicKeyRetrieval=true

spring.datasource.url=jdbc:mysql://localhost:3306/chapter16?useSSL=false&allowPublicKeyRetrieval=true

 

你可能感兴趣的:(Exceptions,SpringBoot)