목록2023/10/18 (1)
Coding Planet
개발 과정에서 다음과 같은 오류 발생 cohttp://m.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class cohttp://m.example.demo.main.domain.Menu and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: java.util.ArrayList[0]) 1. 문제 원인 스프링 부트는 기본적으로 JSON 데이터와 Java 객체 간의 변환을 담당하는 라이브러리로 J..
💻 Java Study
2023. 10. 18. 09:46