Skip to content

Commit

Permalink
fix(#75): Connection is read-only Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdcksgml1 committed Oct 30, 2023
1 parent cd311a7 commit c9a03fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class TodoService {
private final HouseworkTodoRepository houseworkTodoRepository;
private final HouseworkInfoRepository houseworkInfoRepository;

@Transactional
public TodoList cachedSelectTodo(TodoSelectRequest request) {

return CachingStrategy.cachingIfEmpty(request,
Expand Down

0 comments on commit c9a03fe

Please sign in to comment.