‣
ItemDetailViewController
기능 | 설명 | 반환 데이터 | HTTP method | API path |
---|---|---|---|---|
상세 페이지 조회 | ||||
ItemDetailApiController
기능 | 설명 | 반환 데이터 | HTTP method | API path |
---|---|---|---|---|
상세 페이지 조회 | ||||
### Comment
| 기능 | 클래스 | 설명 | Http method / API path |
|---------------------|------------------|----------------------------------|----------------------------|
| 유저 후기 조회 | CommentController | getAllCommentById | GET /comments/userId |
| 유저 후기 리스트 가져오기 | CommentService | getAllCommentById | |
| 유저 후기 리스트 가져오기 | CommentRepository | findAllByUser_UserId | |
기능 | 클래스 | 설명 | 반환 데이터 | HTTP method | API path |
---|---|---|---|---|---|
유저 후기 조회 | CommentController | getAllCommentById | comments.html | GET | /comments/userId |
유저 후기 리스트 가져오기 | CommentService | getAllCommentById | List<Comment> | ||
유저 후기 리스트 가져오기 | CommentRepository | findAllByUser_UserId | List<Comment> | ||