mysql::RSA public key is not available client side (option serverRsaPublicKeyFile not set)
에러내용

solution 1
https://deviscreen.tistory.com/85


solution 2 : jdbc
jdbc Url 뒤에 ‘allowPublicKeyRetrieval=true&useSSL=false‘ 를 붙여주면 됩니다.
jdbc Url 뒤에 ‘allowPublicKeyRetrieval=true&useSSL=false‘ 를 붙여주면 됩니다.
Helped me. Thank you for solution.