Skip to content

Commit

Permalink
Feat: MariaDB 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pjh5365 committed Sep 10, 2024
1 parent a4fe622 commit e5ccbac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

// JWT Token Dependency
Expand Down

0 comments on commit e5ccbac

Please sign in to comment.