mysql 8.x 버전 이후로 발생 JDBC의 URL 서정 시 allowPublicKeyRetrieval=true 를 추가해 주면 됨
allowPublicKeyRetrieval=true
application.yml
spring: datasource: url: jdbc:mysql://localhost:23306?allowPublicKeyRetrieval=true&useSSL=false
connection-java-mysql-public-key-retrieval-is-not-allowed