sodalive-backend-spring-boot/src
Klaus 27a3f450ef fix(character): 인기 캐릭터 응답을 DTO로 변경하여 jackson 직렬화 오류 해결
- ChatCharacterService.getPopularCharacters 반환을 List<ChatCharacter> → List<Character> DTO로 변경
- 캐시 대상도 DTO로 전환(@Cacheable 유지, 동적 키/고정 TTL 그대로 사용)
- 컨트롤러에서 불필요한 매핑 제거(서비스가 DTO로 반환)
- Character DTO 직렬화 안정성 확보(@JsonProperty 추가)
- 이미지 URL 생성 로직을 서비스로 이동하고 imageHost(@Value) 주입해 구성
2025-09-11 18:53:27 +09:00
..
main fix(character): 인기 캐릭터 응답을 DTO로 변경하여 jackson 직렬화 오류 해결 2025-09-11 18:53:27 +09:00
test/resources 무료 충전 관련 코드 제거 2023-12-12 11:53:16 +09:00