Skip to content

Commit

Permalink
fix: Spring bean이 등록되지 않는 버그를 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Nov 24, 2024
1 parent 8f156f6 commit 68a6773
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.http.HttpHeaders
import org.springframework.stereotype.Component
import org.springframework.web.client.RestClient

@Component("shop.RestIdentityApi")
@Component("inbox.RestIdentityApi")
class RestIdentityApi(
@Qualifier("shop.identityRestClient") private val restClient: RestClient,
@Value("\${internal.secret}") private val internalSecret: String,
Expand Down

0 comments on commit 68a6773

Please sign in to comment.