diff --git a/pom.xml b/pom.xml index e99be28..f3aca68 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ mysql mysql-connector-java + 8.0.33 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f156692..e065fe0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ # DB -spring.datasource.url=jdbc:mysql://leejk0523.com:3306/profile?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false +spring.datasource.url=jdbc:mysql://leejk0523.com:3306/profile?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false&allowPublicKeyRetrieval=true spring.datasource.username=root spring.datasource.password=Ghtkssk0325