welcome to my blog
错误信息:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
解决方法, 在连接数据库的配置中增加allowPublicKeyRetrieval=true
比如spring.datasource.url=jdbc:mysql://localhost:3306/ponto_inteligente?allowPublicKeyRetrieval=true