[1주차] 이예서/[feat] 초기 프로젝트 설정#28
Open
HandoA01 wants to merge 5 commits intoLeets-Official:이예서/mainfrom
Hidden character warning
The head ref may contain hidden characters: "\uc774\uc608\uc11c/1\uc8fc\ucc28"
Open
Conversation
kallin1
approved these changes
Mar 26, 2026
|
|
||
| public StringRequest() {} | ||
|
|
||
| public String getValue() { |
There was a problem hiding this comment.
💊 현재 DTO에 생성자와 Getter를 직접 작성하셨는데, Lombok 라이브러리의 @Getter와 @AllArgsConstructor 어노테이션을 활용해 보시는건 어떨까요?
어노테이션을 사용하면 반복되는 코드를 획기적으로 줄일 수 있고, 나중에 필드가 추가되거나 변경될 때 일일이 메서드를 수정하지 않아도 되어 유지보수성이 훨씬 좋아집니다. 코드가 훨씬 간결해져서 가독성도 높아질 것 같아요!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
1. 과제 요구사항 중 구현한 내용
GET /health)POST /string/repeat)2. 핵심 변경 사항
3. 실행 및 검증 결과
GET /health응답:POST /string/repeat요청/응답:4. 완료 사항
5. 추가 사항
제출 체크리스트
{이름}/main브랜치다{이름}/{숫자}주차브랜치다