Skip to content

Commit

Permalink
fix: 컴포넌트 스캔 메인 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
van1164 committed Jun 8, 2024
1 parent ef78405 commit 623264e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.springframework.boot.runApplication
import org.springframework.context.annotation.ComponentScan
import org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories

@ComponentScan(basePackages = ["com.van1164.common","com.van1164.util","com.van1164.security","com.van1164.video","com.van1164.main","com.van1164.comment"])
@ComponentScan(basePackages = ["com.van1164.common","com.van1164.util","com.van1164.security","com.van1164.video","com.van1164.main_module","com.van1164.comment"])
@EnableR2dbcRepositories(basePackageClasses = [VideoR2DBCRepository::class,VideoLikeRepository::class,VideoViewRepository::class])
@SpringBootApplication
class VideoApplication
Expand Down

0 comments on commit 623264e

Please sign in to comment.