Skip to content

Commit

Permalink
[ADD] build.gradle에 MariaDB Driver 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
devAon committed Aug 4, 2020
1 parent 52ef0b2 commit 8fce416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ dependencies {
compile('org.springframework.boot:spring-boot-starter-oauth2-client')
compile('org.springframework.session:spring-session-jdbc')

compile('org.mariadb.jdbc:mariadb-java-client')

testCompile('org.springframework.boot:spring-boot-starter-test')
testCompile("org.springframework.security:spring-security-test")
}

0 comments on commit 8fce416

Please sign in to comment.