Skip to content

Commit

Permalink
docs : README.md 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ez23re committed Jul 15, 2024
1 parent ff0489b commit ce1a341
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spring-gift-jpa

## 1단계 기능 요구사항
## 3주차 (1-2단계) 요구사항
지금까지 작성한 JdbcTemplate 기반 코드를 JPA로 리팩터링하고 실제 도메인 모델을 어떻게 구성하고 객체와 테이블을 어떻게 매핑해야 하는지 알아본다.
- DDL(Data Definition Language)을 보고 유추하여 엔티티 클래스와 리포지토리 클래스를 작성해 본다.
- @DataJpaTest를 사용하여 학습 테스트를 해 본다.
Expand All @@ -9,7 +9,7 @@

## 작성할 기능
- 객체와 테이블 매핑 ->> @Entity @JoinColumn @JoinTable 등의 어노테이션 사용
- 도메인 객체 레포지토리 테스트 코드 작성 ->> 굉장한 테스트 실패 오류의 반복
- 테스트 코드 작성 ->> 굉장한 테스트 실패 오류의 반복


## 현재 코드 구조
Expand Down Expand Up @@ -49,8 +49,6 @@
│ │ │ └── ProductDto.java
│ │ ├── model
│ │ │ ├── Product.java
│ │ │ ├── ProductDao.java
│ │ │ ├── ProductModel.java
│ │ │ └── ProductName.java
│ │ ├── repository
│ │ │ └── ProductRepository.java
Expand Down Expand Up @@ -80,6 +78,5 @@
├── java
└── gift
├── MemberRepositoryTest.java
├── MemberRepositoryTest.java
├── ProductRepository.java
└── WishListRepository.java
├── ProductRepositoryTest.java
└── WishListService.java

0 comments on commit ce1a341

Please sign in to comment.