Skip to content
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

경북대 BE_김동현_1주차 과제(2단계) #169

Open
wants to merge 24 commits into
base: donghyuun
Choose a base branch
from

Conversation

donghyuun
Copy link

중점 부분 및 질문

  1. REST API 통신에서 타임리프를 이용한 SSR 렌더링으로 변환하였습니다.
    Q. 실제 프로젝트 개발 시 REST API 통신과, SSR 렌더링을 동시에 사용하는 경우가 있는지 궁금합니다.

  2. 컨트롤러를 여러 개 만들면서 여러 컨트롤러가 동일한 하나의 저장소를 사용하도록 하기 위해 Repository 클래스를 만들고, 내부에 정적으로 Map<Long, Product> 를 설계한 다음, 각 컨트롤러에서는 DI 를 통해 공통의 저장소를 이용할 수 있도록 했습니다.
    Q. 적절한 방법을 사용한 것 같은데 멘토님께서는 어떻게 생각하시는지 궁금합니다.

감사합니다.

@donghyuun donghyuun changed the base branch from main to donghyuun July 2, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant