From 41e554225141d9695042b15c07edcb2544ecf54f Mon Sep 17 00:00:00 2001 From: LEEJK0523 <40297503+LEEJK0523@users.noreply.github.com> Date: Tue, 21 May 2024 16:44:14 +0900 Subject: [PATCH] =?UTF-8?q?mysql=20=EB=93=9C=EB=9D=BC=EC=9D=B4=EB=B2=84=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 16 ++-------------- src/main/resources/application.properties | 3 +-- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index c22ec6a..954a118 100644 --- a/pom.xml +++ b/pom.xml @@ -69,23 +69,11 @@ provided - mysql mysql-connector-java - --> - - - org.mariadb.jdbc - mariadb-java-client - - - com.github.waffle - waffle-jna - - - - + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c79fbc9..e065fe0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,5 @@ # DB -spring.datasource.driver-class-name=org.mariadb.jdbc.Driver -spring.datasource.url=jdbc:mariadb://leejk0523.com:3306/profile?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false&allowPublicKeyRetrieval=true +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