Skip to content

Commit

Permalink
Merge pull request #19 from dnd-side-project/feature/#3-create-project-2
Browse files Browse the repository at this point in the history
  • Loading branch information
minje0204 authored Oct 14, 2024
2 parents 31adbb0 + e55a9a5 commit bd42364
Show file tree
Hide file tree
Showing 48 changed files with 1,388 additions and 486 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ dependencies {
// redis
implementation 'org.springframework.boot:spring-boot-starter-data-redis'

// AWS S3
implementation(platform("software.amazon.awssdk:bom:2.21.1"))
implementation("software.amazon.awssdk:s3")

// test
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
Expand Down
70 changes: 0 additions & 70 deletions src/main/generated/com/_119/wepro/alarm/domain/QAlarm.java

This file was deleted.

39 changes: 0 additions & 39 deletions src/main/generated/com/_119/wepro/global/QBaseEntity.java

This file was deleted.

47 changes: 0 additions & 47 deletions src/main/generated/com/_119/wepro/member/domain/QMember.java

This file was deleted.

45 changes: 0 additions & 45 deletions src/main/generated/com/_119/wepro/project/domain/QProject.java

This file was deleted.

63 changes: 0 additions & 63 deletions src/main/generated/com/_119/wepro/review/domain/QChoiceOption.java

This file was deleted.

52 changes: 0 additions & 52 deletions src/main/generated/com/_119/wepro/review/domain/QQuestion.java

This file was deleted.

64 changes: 0 additions & 64 deletions src/main/generated/com/_119/wepro/review/domain/QReviewForm.java

This file was deleted.

Loading

0 comments on commit bd42364

Please sign in to comment.