Skip to content

Commit afa3267

Browse files
committed
Refine headers in week 3 study plan summary.
Removed redundant numbering in headers for clarity and improved the phrasing to better emphasize the necessity of DTO classes in both testing and data transmission contexts. This ensures better readability and consistency across the document.
1 parent d96677f commit afa3267

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plan/4.3. study_plan-week-3-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
- **3.1.4.** ManyToOne, OneToMany 사용
99
- **3.2.** Spring Boot 테스트 코드 작성
1010
- **3.2.1.** 단위 테스트 (Unit Test) 작성
11-
- **3.2.1.1.** 테스트 관점에서의 Request, Response DTO 클래스 작성의 필요성
11+
- 테스트 관점에서의 Request, Response DTO 클래스 작성의 필요성
1212
- **3.2.2.** 통합 테스트 (Integration Test) 작성
1313
- **3.2.3.** MockMvc 사용
1414
- **3.3.** RESTful API 설계 및 구현
1515
- **3.3.1.** RESTful API 기본 원칙
16-
- **3.3.1.1.** 데이터 전송 관점에서의 Request, Response DTO 클래스 작성
16+
- 데이터 전송 관점에서의 Request, Response DTO 클래스 작성의 필요성
1717
- **3.3.3.** API 예외 처리
1818
- **3.3.4.** Spring Validation 사용
1919
- **3.3.5.** Converter 사용

0 commit comments

Comments
 (0)