org.springframework.expression.spel.SpelParseException 문제를 제거하기 위해 key설정 제거

This commit is contained in:
Klaus 2023-10-17 17:39:22 +09:00
parent 3537f22197
commit 1fcb0ec5fd
1 changed files with 0 additions and 2 deletions

View File

@ -390,7 +390,6 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
@Cacheable(
value = ["getAudioContentCurations"],
key = "#isAdult",
cacheManager = "cacheManager"
)
override fun getAudioContentCurations(isAdult: Boolean): List<AudioContentCuration> {
@ -446,7 +445,6 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
@Cacheable(
value = ["weekLivedCache"],
key = "#startDate" + '_' + "#isAdult" + '_' + "#offset" + '_' + "#limit",
cacheManager = "cacheManager"
)
override fun getAudioContentRanking(