We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5256239 commit 3d2bbbaCopy full SHA for 3d2bbba
1 file changed
src/main/java/in/koreatech/koin/domain/community/util/KeywordExtractor.java
@@ -6,7 +6,6 @@
6
import java.util.Set;
7
8
import org.springframework.stereotype.Component;
9
-import org.springframework.transaction.annotation.Transactional;
10
11
import in.koreatech.koin.domain.community.article.model.Article;
12
import in.koreatech.koin.domain.community.keyword.model.ArticleKeywordUserMap;
@@ -16,7 +15,6 @@
16
15
17
@Component
18
@RequiredArgsConstructor
19
-@Transactional(readOnly = true)
20
public class KeywordExtractor {
21
22
private final ArticleKeywordUserMapRepository articleKeywordUserMapRepository;
0 commit comments