Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin3263 committed Aug 10, 2024
1 parent 40f46b2 commit fb860db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion entry/batch/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ plugins {
dependencies {
// 모듈
implementation(project(":adapters:in-batch"))
implementation(project(":adapters:out-persistence"))
implementation(project(":adapters:out-web"))
implementation(project(":domain"))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import org.springframework.boot.runApplication
class BatchApplication

fun main(args: Array<String>) {
System.setProperty("spring.config.name", "application-out-web, application-core, application-out-persistence")
System.setProperty("spring.config.name", "application-out-web, application-core")
runApplication<BatchApplication>(*args)
}

0 comments on commit fb860db

Please sign in to comment.