diff --git a/pom.xml b/pom.xml index f3aca68..c22ec6a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.boot - spring-boot-starter-parent + spring-boot-starter-parent 2.3.12.RELEASE @@ -69,13 +69,24 @@ provided - + + + + org.mariadb.jdbc + mariadb-java-client + + + com.github.waffle + waffle-jna + + + org.mybatis.spring.boot diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e065fe0..c79fbc9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,6 @@ # DB -spring.datasource.url=jdbc:mysql://leejk0523.com:3306/profile?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false&allowPublicKeyRetrieval=true +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.username=root spring.datasource.password=Ghtkssk0325