-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature/11-getHome] 홈화면 API #39
Conversation
…/PLACE-server into feature/11-getHome
… into feature/11-getHome
… into feature/11-getHome
… into feature/11-getHome
… into feature/11-getHome
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨슴다~ 혹시 홈에서 모든 스토리 한 번에 보내주지 않아도 괜찮은지 프론트 담당자 분과 상의하셨나용?
@@ -16,4 +16,7 @@ public interface StoryRepository extends JpaRepository<Story, Long> { | |||
Optional<Story> findFirstByUserOrderByCreatedDateDesc(User user); | |||
|
|||
List<Story> findByUserOrderByCreatedDateDesc(User user); | |||
List<Story> findTop4ByOrderByCreatedDateDesc(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
혹시 메소드명 이렇게 작성해도 데이터 조회 조건대로 잘 되나용?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니닷😁👍
… into feature/11-getHome
📌 이슈 번호
#11
📢 의논 사항