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

5주차 미션 / 4조 김광일 #8

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

kamothi
Copy link

@kamothi kamothi commented May 3, 2024

안녕하세요 서버 5주차 미션을 진행한 김광일입니다.
이번 미션에서는 스프링에 대한 기본적인 동작 방식에 대해 알아볼 수 있었습니다. 스프링은 사용해본 경험이 있기에 어렵지 않게 미션을 수행하였던 것 같습니다. 하지만 스프링에 대한 기본 지식에 대해서는 모르는 부분이 많았어서 이번 기회에 한 번 총 정리 해볼 수 있었습니다.

미션 진행도(100%)

  • 기존 Controlller 변경
  • 의존 관계 주입

미션 수행 내용

  1. 의존 관계 주입
    해당 컨트롤러에서는 Repository를 사용중이며 해당 Repository에 대해 의존성을 주입할 필요성이 있었습니다. 그렇기에 Repository에 의존성을 추가하고 컨트롤러에서는 생성자 주입을 통해 의존성을 주입하였습니다.

  2. controller 구현
    기존 컨트롤러를 수정하여 RequestMapping을 통해 각각의 uri에 맞게 매핑을 해주고 그에 맞는 view이름을 전달하는 방식으로 구현을 하였습니다.

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