Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
미션 진행도(%)
100%다 완료하였습니다.
미션 수행 내용
이전에 수행하였던 Controller들을 도메인에 맞게 컨트롤러들을 통합시켰고, @RequestMapping 을 사용하여 연결시켜주었습니다.
@controller, @repository를 사용하여 컨트롤러 클래스와 레포지토리 클래스들을 Spring Bean으로 등록하였습니다.
의존성 주입이 필요한 객체들을 @requiredargsconstructor를 사용하여 의존성을 자동으로 주입 받게 하였습니다.