[오류]EntityModel 상속시 생성자 링크 오류(super)


[오류]EntityModel 상속시 생성자 링크 오류(super)

이렇게 EntityModel을 상속받아 MemberResource를 만들어서MemberResource객체가 생성될때 생성자를 통해서 자기 자신의 링크를 추가하게 해주었다처음에는 super(memberDTO, links)를 빼고 작성했는데 이것이 "org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: Embedded wrapper org.springframework.hateoas.server.core.EmbeddedWrappers$EmbeddedCollection@67b7ad8e returned null for both the static rel and the rel target type!라는 오류를 불러왔다JSON으로 변환이 안됐고 null로 보아서 어딘가에서 오류가 난건데 계속 찾아보니 MemberResource의 생성자를 통해 링크를 추가해..........



원문링크 : [오류]EntityModel 상속시 생성자 링크 오류(super)