Skip to content

Commit 15da5d5

Browse files
authored
Merge pull request #115 from Project-BookLog/fix/114/search
fix: transcation error
2 parents 3e3a22d + 1248ddc commit 15da5d5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

booklog/src/main/java/com/example/booklog/domain/search/service/IntegratedSearchService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import lombok.RequiredArgsConstructor;
1010
import lombok.extern.slf4j.Slf4j;
1111
import org.springframework.stereotype.Service;
12-
import org.springframework.transaction.annotation.Transactional;
1312

1413
import java.util.List;
1514

@@ -39,7 +38,6 @@
3938
@Slf4j
4039
@Service
4140
@RequiredArgsConstructor
42-
@Transactional(readOnly = true)
4341
public class IntegratedSearchService {
4442

4543
private final AuthorSearchService authorSearchService;

0 commit comments

Comments
 (0)