Skip to content

Commit 7dad91f

Browse files
committed
chore: ci/cd trigger를 위한 주석 추가
1 parent bf2399d commit 7dad91f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/src/main/kotlin/org/yapp/apis/ApisApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.springframework.boot.runApplication
66
import org.springframework.context.annotation.ComponentScan
77

88
@SpringBootApplication(
9-
exclude = [JpaRepositoriesAutoConfiguration::class]
9+
exclude = [JpaRepositoriesAutoConfiguration::class] // infra 모듈에서 @EnableJpaRepositories로 명시적으로 설정하여 관리
1010
)
1111
@ComponentScan(basePackages = ["org.yapp"])
1212
class ApisApplication

batch/src/main/kotlin/org/yapp/batch/BatchApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.springframework.boot.runApplication
66
import org.springframework.context.annotation.ComponentScan
77

88
@SpringBootApplication(
9-
exclude = [JpaRepositoriesAutoConfiguration::class]
9+
exclude = [JpaRepositoriesAutoConfiguration::class] // infra 모듈에서 @EnableJpaRepositories로 명시적으로 설정하여 관리
1010
)
1111
@ComponentScan(basePackages = ["org.yapp"])
1212
class BatchApplication

0 commit comments

Comments
 (0)