Skip to content

Commit

Permalink
[FEAT] Update build.gradle
Browse files Browse the repository at this point in the history
mysql 의존성추가
  • Loading branch information
bbabbi authored Oct 17, 2024
1 parent a6c82db commit 9426451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies {
implementation("software.amazon.awssdk:s3:2.21.0")
//actuator
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'mysql:mysql-connector-java'
}

tasks.named('test') {
Expand Down

0 comments on commit 9426451

Please sign in to comment.