Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
refactor ::
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Apr 1, 2024
1 parent 753d636 commit f437128
Show file tree
Hide file tree
Showing 75 changed files with 23 additions and 14 deletions.
13 changes: 1 addition & 12 deletions daemawiki-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@ dependencies {
implementation project(':daemawiki-auth')
implementation project(':daemawiki-domain')
implementation project(':daemawiki-common')
implementation project(':daemawiki-service')

implementation 'org.springframework.boot:spring-boot-starter-data-mongodb-reactive'
implementation 'org.springframework.boot:spring-boot-starter-data-redis-reactive'

implementation 'org.eclipse.collections:eclipse-collections-api:11.1.0'
implementation 'org.eclipse.collections:eclipse-collections:11.1.0'

implementation 'software.amazon.awssdk:s3:2.17.43'
implementation 'software.amazon.awssdk:netty-nio-client:2.17.43'

implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-mail'

}
21 changes: 21 additions & 0 deletions daemawiki-service/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
jar.enabled = true
bootJar.enabled = false

dependencies {
implementation project(':daemawiki-auth')
implementation project(':daemawiki-domain')
implementation project(':daemawiki-common')

implementation 'org.springframework.boot:spring-boot-starter-data-mongodb-reactive'
implementation 'org.springframework.boot:spring-boot-starter-data-redis-reactive'

implementation 'org.eclipse.collections:eclipse-collections-api:11.1.0'
implementation 'org.eclipse.collections:eclipse-collections:11.1.0'

implementation 'software.amazon.awssdk:s3:2.17.43'
implementation 'software.amazon.awssdk:netty-nio-client:2.17.43'

implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-mail'
}
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
rootProject.name = 'daemawiki'
include 'daemawiki-api', 'daemawiki-domain', 'daemawiki-auth', 'daemawiki-common'

include 'daemawiki-api', 'daemawiki-domain', 'daemawiki-auth', 'daemawiki-common', 'daemawiki-service'

0 comments on commit f437128

Please sign in to comment.