Skip to content

Commit

Permalink
test: 테스트 위한 서브모듈 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jemin committed Dec 13, 2023
1 parent 389cf45 commit 4d5523c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package cmc.mellyserver.domain.memory;

import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.Cacheable;
import org.springframework.context.ApplicationEventPublisher;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Service;
Expand Down Expand Up @@ -32,7 +31,7 @@ public class MemoryService {
/*
메모리 상세 정보 조회
*/
@Cacheable(cacheNames = CacheNames.MEMORY, key = "#memoryId")
// @Cacheable(cacheNames = CacheNames.MEMORY, key = "#memoryId")
public MemoryResponseDto getMemory(final Long memoryId) {
return memoryReader.getMemory(memoryId);
}
Expand Down
2 changes: 1 addition & 1 deletion lib
Submodule lib updated from f66aa8 to f3b6eb

0 comments on commit 4d5523c

Please sign in to comment.