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