Skip to content

Commit

Permalink
chore(gradle): mysql이 s3 아래에 있던 것 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhboy committed May 2, 2024
1 parent 0049c19 commit f76f203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions logging-server/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'

}

bootJar {
Expand Down
4 changes: 2 additions & 2 deletions main-server/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dependencies {
//jpa
//db
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
runtimeOnly 'com.mysql:mysql-connector-j'

//p6psy query extractor
implementation 'com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0'
Expand Down Expand Up @@ -30,7 +31,6 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
//aws s3
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.638'
runtimeOnly 'com.mysql:mysql-connector-j'

//test h2
testRuntimeOnly 'com.h2database:h2'
Expand Down

0 comments on commit f76f203

Please sign in to comment.