We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
다이어리 저장 시 어차피 새로운 sticker/image/text/template 객체를 생성해야 하기 때문에 resource의 pk 타입이 굳이 uuid일 필요가 없어졌다. 따라서 resource pk 타입은 Long, auto-increment를 사용한다.
Sorry, something went wrong.
feat: 다이어리 조회 controller 추가
a844bc0
#35 #36
feat: templateResource 관련 dto 추가
7cc0762
#35
feat: Template 조회 관련 로직 추가
315323e
feat: StickerResource 관련 로직 추가
c18de0f
- getStickersByLatest : default, 최신순 -> 스티커 목록을 최신순으로 조회 - getStickersByCategory : 스티커 목록을 카테고리별로 조회 #35
nitronium102
No branches or pull requests
The text was updated successfully, but these errors were encountered: