Redis 에
@RedisHash tag 를 사용하여 저장후 조회시
Failed to retrieve key from Redis: Parameter org.springframework.data.mapping.Parameter@ does not have a name
이런 에러가 발생했습니다.
챗지피티한테 물어봤더니
이런 해결책을 주었지만 그래도 해결이 되지 않았습니다.
구글 서치 결과
spring-boot-starter-data-redis "data.mapping.Parameter does not have a name error" when upgrade spring boot from 3.1 to 3.2
After updating Spring Boot from 3.1 to 3.2, I followed the instructions to add the -parameters flag for Java compilation. Despite this, I'm still encountering the same error, indicated by the stack...
stackoverflow.com
이런 글이 있었고
이 두 어노테이션을 추가했더니 해결이 되었습니다.
+ 관련해서 읽어보면 좋을 글
Spring 6.1에서 변경된 Parameter Name Retention
Spring 6.1에서 변경된 Parameter Name Retention에 대해서 알아보고 어떻게 대처할 수 있는지 살펴봅니다
www.korecmblog.com
'개발 > error debuging' 카테고리의 다른 글
vuejs 에서 데이터에 html 태그를 text 로 쓰고 싶을 때 (0) | 2022.10.25 |
---|---|
Illegal overloaded getter method with ambiguous type for property 'password' 에러 원인 및 해결방안 (0) | 2021.12.29 |
Datepicker 사용시 TypeError: Cannot set property 'currentDay' of undefined (1) | 2020.12.14 |
Failed to execute 'appendChild' on 'Node' 에러 해결 (0) | 2020.11.12 |
form 안에 button 이 있을때 자동으로 submit 되는 현상 막기 (0) | 2020.09.26 |