Skip to content

Commit

Permalink
Deprecate Bean KomoranKeywordExtractor
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Mar 19, 2024
1 parent 4623b71 commit 4899655
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.mashup.shorts.core.leagcy

import java.time.LocalDateTime
import java.time.format.DateTimeFormatter.ofPattern
import org.springframework.beans.factory.annotation.Qualifier
import org.springframework.retry.annotation.Recover
import org.springframework.retry.annotation.Retryable
import org.springframework.stereotype.Component
Expand Down Expand Up @@ -35,7 +34,7 @@ class CrawlerCore(
private val newsRepository: NewsRepository,
private val newsBulkInsertRepository: NewsBulkInsertRepository,
private val newsCardBulkInsertRepository: NewsCardBulkInsertRepository,
@Qualifier("KomoranKeywordExtractor") private val keywordExtractor: KeywordExtractor,
private val keywordExtractor: KeywordExtractor,
private val hotKeywordRepository: HotKeywordRepository,
) {

Expand Down

0 comments on commit 4899655

Please sign in to comment.