We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e3a22d + 1248ddc commit 15da5d5Copy full SHA for 15da5d5
1 file changed
booklog/src/main/java/com/example/booklog/domain/search/service/IntegratedSearchService.java
@@ -9,7 +9,6 @@
9
import lombok.RequiredArgsConstructor;
10
import lombok.extern.slf4j.Slf4j;
11
import org.springframework.stereotype.Service;
12
-import org.springframework.transaction.annotation.Transactional;
13
14
import java.util.List;
15
@@ -39,7 +38,6 @@
39
38
@Slf4j
40
@Service
41
@RequiredArgsConstructor
42
-@Transactional(readOnly = true)
43
public class IntegratedSearchService {
44
45
private final AuthorSearchService authorSearchService;
0 commit comments