-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix : redis cache 관련 테스트 수정 #23
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니당
fun handleEvent(joinPoint: ProceedingJoinPoint): Any { | ||
fun handleEvent(joinPoint: ProceedingJoinPoint): Any? { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
에러가 발생한건가용? joinPoint가 null이 반환될수있어서 그런거죠..?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
예압...!
), | ||
RedisSerializationContext.SerializationPair | ||
.fromSerializer( | ||
GenericJackson2JsonRedisSerializer(objectMapper), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
objectmapper 추가 확인
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
늦어서 미안합니당ㅎ
개요
작업사항
--->>
레디스 캐시관련해서 고쳤슴다
관련 레퍼런스
원래 코틀린이 잘 안됐었나 봐유
DefaultTyping.EVERYTHING
to support Kotlin data classes FasterXML/jackson-databind#2349GenericJackson2JsonRedisSerializer
[DATAREDIS-995] spring-projects/spring-data-redis#1566변경로직