From 1c2bd955ae12a5fb5c880d1dfb182e3556ca7cc3 Mon Sep 17 00:00:00 2001 From: LEEJK0523 <40297503+LEEJK0523@users.noreply.github.com> Date: Tue, 21 May 2024 10:13:20 +0900 Subject: [PATCH] =?UTF-8?q?mysql-connector-java=208.0.33=20=EA=B5=90?= =?UTF-8?q?=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 1 + src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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