[Error] Parameter value [1] did not match expected type

이용준·2023년 5월 1일
0

Error

목록 보기
1/5

https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.freepik.com%2Ffree-photos-vectors%2Ftoolkit&psig=AOvVaw1W3nUZLKJdU3BbmT_l9q1S&ust=1683795374411000&source=images&cd=vfe&ved=0CBEQjRxqFwoTCLi3hOGw6v4CFQAAAAAdAAAAABAD![](https://velog.velcdn.com/images/formroller/post/b18754a6-9bed-4311-99a2-63f0f4ef0605/image.png)

Controller

위 그림에서 getList 통해 해당 이메일의 작성자가 사용한 글 목록을 출력하려 할 때

Postman

Parameter value [1] did not match expected type 오류가 발생하게 된다.

Repository(변경전)

이는 n.writer의 객체이고 :email은 String 으로 바인딩 에러가 발생하는 것이다.
따라서 n.writer를 n.writer.email로 변경해줘야 한다.

Repository(변경후)


profile
뚝딱뚝딱

0개의 댓글