Skip to content

Commit

Permalink
chore: mysql 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SJ70 committed Nov 26, 2024
1 parent e76c559 commit 59ccc47
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 @@ -35,6 +35,7 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.5'
implementation 'com.google.auth:google-auth-library-oauth2-http:1.4.0'
implementation 'com.google.cloud:google-cloud-storage:2.1.5'
implementation 'mysql:mysql-connector-java:8.0.33'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.h2database:h2'
Expand Down

0 comments on commit 59ccc47

Please sign in to comment.