File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apis/src/main/kotlin/org/yapp/apis
batch/src/main/kotlin/org/yapp/batch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import org.springframework.boot.runApplication
66import org.springframework.context.annotation.ComponentScan
77
88@SpringBootApplication(
9- exclude = [JpaRepositoriesAutoConfiguration ::class ]
9+ exclude = [JpaRepositoriesAutoConfiguration ::class ] // infra 모듈에서 @EnableJpaRepositories로 명시적으로 설정하여 관리
1010)
1111@ComponentScan(basePackages = [" org.yapp" ])
1212class ApisApplication
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import org.springframework.boot.runApplication
66import org.springframework.context.annotation.ComponentScan
77
88@SpringBootApplication(
9- exclude = [JpaRepositoriesAutoConfiguration ::class ]
9+ exclude = [JpaRepositoriesAutoConfiguration ::class ] // infra 모듈에서 @EnableJpaRepositories로 명시적으로 설정하여 관리
1010)
1111@ComponentScan(basePackages = [" org.yapp" ])
1212class BatchApplication
You can’t perform that action at this time.
0 commit comments