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 d374a2d commit aae88a6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.van1164.comment.like.CommentLikeRepository
import com.van1164.common.domain.comment.Comment
import com.van1164.common.domain.comment.CommentLike
import com.van1164.common.util.Utils.logger
import com.van1164.main.video.VideoReadRepository
import com.van1164.main_module.video.VideoReadRepository
import org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
import org.springframework.http.ResponseEntity
import org.springframework.stereotype.Service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.van1164.main_module

import com.van1164.common.response.MainResponse
import com.van1164.main_module.live.LiveReadService
import com.van1164.main.video.VideoReadService
import com.van1164.main_module.video.VideoReadService
import org.springframework.stereotype.Service
import reactor.core.publisher.Mono

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.van1164.main.video
package com.van1164.main_module.video

import com.van1164.common.domain.VideoR2dbc
import org.springframework.data.r2dbc.repository.Query
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.van1164.main.video
package com.van1164.main_module.video

import com.van1164.common.domain.VideoR2dbc
import org.springframework.data.domain.Sort
import com.van1164.main_module.video.VideoReadRepository
import org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
import org.springframework.stereotype.Service
import org.springframework.transaction.annotation.Transactional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ package com.van1164.video.detail

import com.van1164.comment.CommentReadRepository
import com.van1164.common.response.DetailResponse
import com.van1164.main.video.VideoReadRepository
import com.van1164.main.video.VideoReadService
import com.van1164.main_module.video.VideoReadRepository
import org.springframework.beans.factory.annotation.Value
import org.springframework.http.ResponseEntity
import org.springframework.stereotype.Service
Expand Down

0 comments on commit aae88a6

Please sign in to comment.