From 428cd9faf325b324cc70f75d809340f0e37d6b44 Mon Sep 17 00:00:00 2001 From: huisam Date: Tue, 29 Jun 2021 21:56:22 +0900 Subject: [PATCH] =?UTF-8?q?typo:=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Spring/Batch/Spring-Batch-Example.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spring/Batch/Spring-Batch-Example.md b/Spring/Batch/Spring-Batch-Example.md index 844b7cf..24e22a5 100644 --- a/Spring/Batch/Spring-Batch-Example.md +++ b/Spring/Batch/Spring-Batch-Example.md @@ -54,7 +54,7 @@ class Member( val age: Long, @Enumerated(EnumType.STRING) - @Column(name = "dormant") + @Column(name = "status") var status: MemberStatus = MemberStatus.ACTIVE, @ManyToOne @@ -202,7 +202,7 @@ fun dormantMemberWriter() = JpaItemWriterBuilder() .build() ``` -wrtier 도 간단하죠? ㅎㅎ +writer 도 간단하죠? ㅎㅎ 이제 세상에서 제일 어려운 테스트 코드를 작성하러 가볼까요?