-
Notifications
You must be signed in to change notification settings - Fork 3
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
메인 페이지 API 구현 #5
Comments
haveagood
added a commit
that referenced
this issue
May 21, 2020
- 초기 페이지 화면을 호출하는 API를 구현하기 위해 Controller 생성 - 인자값을 Path로 받았습니다. issue : #5
haveagood
added a commit
that referenced
this issue
May 21, 2020
- Controller에서 Dao로 바로 접근하는 것이 아니라, service를 통하도록 구현하였습니다. - Path값으로 받은 PageNumber에 20을 곱하여 propertyRange를 설정하였습니다. - 1을 요청하면 id값이 1~19인 데이터를, 2를 요청하면 1~39... 순차적으로 값이 증가하도록 구현하였습니다. issue : #5
haveagood
added a commit
that referenced
this issue
May 21, 2020
- Main Page 구현에 필요한 인자값을 담는 Dto 클래스를 생성하였습니다. - Lombok을 활용해서 Builder를 사용하였습니다. issue : #5
haveagood
added a commit
that referenced
this issue
May 21, 2020
- Main페이지 요청이 들어왔을 때, DB에서 값을 받아오는 Dao클래스를 구현하였습니다. - group_concat을 활용하여 one-to-many값을 받아와서 List로 저장하였습니다. issue : #5
hanurii
added a commit
that referenced
this issue
May 25, 2020
- alex 가 구현한 코드를 참고하여 rest api 구현 - issue : #5
hanurii
added a commit
that referenced
this issue
May 25, 2020
- url 파라미터로 page 값을 주면 그 값 * 20 에 해당하는 방에 대한 정보를 보내준다 - issue : #5
hanurii
added a commit
that referenced
this issue
May 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: