-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build/#131: build.gradle -> build.gradle.kts 로 변경
- Loading branch information
Showing
53 changed files
with
597 additions
and
396 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
tasks.jar { | ||
enabled = true | ||
} | ||
|
||
tasks.bootJar { | ||
enabled = false | ||
} | ||
|
||
plugins { | ||
id("org.springframework.boot") | ||
id("io.spring.dependency-management") | ||
} | ||
|
||
dependencies { | ||
implementation(project(":account-api:account-domain")) | ||
implementation(project(":common")) | ||
implementation("org.springframework.boot:spring-boot-starter-data-jpa") | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
tasks.jar { | ||
enabled = true | ||
} | ||
|
||
tasks.bootJar { | ||
enabled = false | ||
} | ||
|
||
dependencies { | ||
implementation(project(":common")) | ||
implementation("jakarta.persistence:jakarta.persistence-api:3.1.0") | ||
implementation("org.hibernate:hibernate-core:6.3.2.Final") | ||
testImplementation("org.assertj:assertj-core") | ||
testImplementation("org.junit.jupiter:junit-jupiter-api") | ||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
tasks.jar { | ||
enabled = true | ||
} | ||
|
||
tasks.bootJar { | ||
enabled = false | ||
} | ||
|
||
plugins { | ||
id("org.springframework.boot") | ||
id("io.spring.dependency-management") | ||
} | ||
|
||
dependencies { | ||
implementation(project(":account-api:account-domain")) | ||
implementation(project(":common")) | ||
implementation("io.jsonwebtoken:jjwt-api:0.12.3") | ||
implementation("io.jsonwebtoken:jjwt-impl:0.12.3") | ||
implementation("io.jsonwebtoken:jjwt-jackson:0.12.3") | ||
implementation("org.springframework.boot:spring-boot-starter-web") | ||
implementation("org.springframework.boot:spring-boot-starter-data-jpa") | ||
implementation("org.springframework.boot:spring-boot-starter-security") | ||
testImplementation("org.springframework.boot:spring-boot-starter-test") | ||
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
tasks.jar { | ||
enabled = true | ||
} | ||
|
||
tasks.bootJar { | ||
enabled = false | ||
} | ||
|
||
plugins { | ||
id("org.springframework.boot") | ||
id("io.spring.dependency-management") | ||
} | ||
|
||
dependencies { | ||
implementation(project(":account-api:account-application")) | ||
implementation(project(":common")) | ||
implementation("org.springdoc:springdoc-openapi-ui:1.6.6") | ||
implementation("org.springframework.boot:spring-boot-starter-web") | ||
implementation("org.springframework.boot:spring-boot-starter-security") | ||
implementation("org.springframework.boot:spring-boot-starter-validation") | ||
testImplementation("org.springframework.security:spring-security-test") | ||
testImplementation("org.springframework.boot:spring-boot-starter-test") | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
tasks.bootJar { | ||
enabled = true | ||
} | ||
|
||
plugins { | ||
id("org.springframework.boot") | ||
id("io.spring.dependency-management") | ||
kotlin("plugin.jpa") | ||
kotlin("plugin.allopen") | ||
kotlin("plugin.spring") apply false | ||
} | ||
|
||
dependencies { | ||
implementation(project(":notification-api:notification-presentation")) | ||
implementation(project(":notification-api:notification-application")) | ||
implementation(project(":notification-api:notification-domain")) | ||
implementation(project(":notification-api:notification-infrastructure")) | ||
|
||
implementation(project(":account-api:account-presentation")) | ||
implementation(project(":account-api:account-application")) | ||
implementation(project(":account-api:account-domain")) | ||
implementation(project(":account-api:account-infrastructure")) | ||
|
||
implementation(project(":order-api:order-presentation")) | ||
implementation(project(":order-api:order-application")) | ||
implementation(project(":order-api:order-domain")) | ||
implementation(project(":order-api:order-infrastructure")) | ||
|
||
implementation(project(":payment-api:payment-presentation")) | ||
implementation(project(":payment-api:payment-application")) | ||
implementation(project(":payment-api:payment-domain")) | ||
implementation(project(":payment-api:payment-infrastructure")) | ||
|
||
implementation(project(":product-api:product-presentation")) | ||
implementation(project(":product-api:product-application")) | ||
implementation(project(":product-api:product-domain")) | ||
implementation(project(":product-api:product-infrastructure")) | ||
|
||
implementation(project(":query-api")) | ||
implementation(project(":common")) | ||
|
||
implementation("org.springdoc:springdoc-openapi-ui:1.6.6") | ||
implementation("org.springdoc:springdoc-openapi-security:1.6.6") | ||
implementation("org.springframework.boot:spring-boot-starter-web") | ||
implementation("org.springframework.boot:spring-boot-starter-data-jpa") | ||
implementation("org.springframework.boot:spring-boot-starter-security") | ||
implementation("org.springframework.boot:spring-boot-starter-validation") | ||
implementation("org.springframework.boot:spring-boot-starter-amqp") | ||
implementation("it.ozimov:embedded-redis:0.7.2") | ||
testImplementation("it.ozimov:embedded-redis:0.7.2") | ||
runtimeOnly("com.mysql:mysql-connector-j") | ||
implementation("org.flywaydb:flyway-mysql") | ||
testImplementation("com.h2database:h2") | ||
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.3.5") | ||
testImplementation("org.springframework.boot:spring-boot-starter-test") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
plugins { | ||
`kotlin-dsl` | ||
} | ||
|
||
repositories { | ||
mavenCentral() | ||
maven { | ||
url = uri("https://plugins.gradle.org/m2/") | ||
} | ||
} | ||
|
||
/** | ||
* 전체 프로젝트의 gradle plugin 버전을 지정 한다. | ||
*/ | ||
object PluginVersion { | ||
const val KOTLIN = "1.8.20" | ||
const val SPRING_BOOT = "3.1.2" | ||
const val SPRING_DEPENDENCY_MANAGEMENT = "1.1.2" | ||
const val ASCIIDOCTOR = "3.3.2" | ||
} | ||
|
||
dependencies { | ||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${PluginVersion.KOTLIN}") | ||
implementation("org.jetbrains.kotlin:kotlin-allopen:${PluginVersion.KOTLIN}") | ||
implementation("org.jetbrains.kotlin:kotlin-noarg:${PluginVersion.KOTLIN}") | ||
implementation("org.springframework.boot:spring-boot-gradle-plugin:${PluginVersion.SPRING_BOOT}") | ||
implementation("io.spring.gradle:dependency-management-plugin:${PluginVersion.SPRING_DEPENDENCY_MANAGEMENT}") | ||
implementation("org.asciidoctor:asciidoctor-gradle-jvm:${PluginVersion.ASCIIDOCTOR}") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
object Version | ||
object Version { | ||
val jakartaPersistenceApiVersion = "3.1.0" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
tasks.jar { | ||
enabled = true | ||
} | ||
|
||
tasks.bootJar { | ||
enabled = false | ||
} | ||
|
||
dependencies { | ||
testImplementation("org.junit.jupiter:junit-jupiter-api") | ||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") | ||
} |
3 changes: 3 additions & 0 deletions
3
common/src/main/java/kr/flab/movieon/common/annotation/NoArgsConstructor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package kr.flab.movieon.common.annotation | ||
|
||
annotation class NoArgsConstructor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
### Application Version ### | ||
applicationVersion=0.0.1 | ||
|
||
### Project Groups ### | ||
projectGroups=kr.flab.movieon | ||
|
||
### Gradle Settings ### | ||
org.gradle.parallel=true | ||
org.gradle.caching=true | ||
org.gradle.jvmargs=-Dfile.encoding=UTF-8 | ||
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xms2048m -Xmx2048m |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.