Skip to content

Commit

Permalink
typo: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
huisam committed Jun 29, 2021
1 parent 8acd080 commit 428cd9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Spring/Batch/Spring-Batch-Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Member(
val age: Long,

@Enumerated(EnumType.STRING)
@Column(name = "dormant")
@Column(name = "status")
var status: MemberStatus = MemberStatus.ACTIVE,

@ManyToOne
Expand Down Expand Up @@ -202,7 +202,7 @@ fun dormantMemberWriter() = JpaItemWriterBuilder<Member>()
.build()
```

wrtier 도 간단하죠? ㅎㅎ
writer 도 간단하죠? ㅎㅎ

이제 세상에서 제일 어려운 테스트 코드를 작성하러 가볼까요?

Expand Down

0 comments on commit 428cd9f

Please sign in to comment.