原因数据库连接url写错
加上 allowPublicKeyRetrieval=true
应为: jdbc.url=jdbc:mysql://localhost:3306/fes?allowPublicKeyRetrieval=true&useSSL=false
参考:https://dizzycoding.com/java-sql-sqlnontransientconnectionexception-public-key-retrieval-is-not-allowed-code-answers/