Skip to content

Commit

Permalink
fix: GallerGetApp을 Spring Bean으로 등록한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Feb 28, 2024
1 parent 5b58c18 commit 7082ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gallery/src/main/kotlin/me/nalab/gallery/app/GalleryGetApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import me.nalab.gallery.domain.response.GalleryDto
import me.nalab.survey.application.port.`in`.web.findfeedback.FeedbackFindUseCase
import me.nalab.survey.application.port.`in`.web.survey.find.SurveyFindUseCase
import me.nalab.survey.application.port.`in`.web.target.find.TargetFindUseCase
import org.springframework.stereotype.Service

@Service
class GalleryGetApp(
private val targetFindUseCase: TargetFindUseCase,
private val surveyFindUseCase: SurveyFindUseCase,
Expand Down

0 comments on commit 7082ab3

Please sign in to comment.