1. table을 만듭니다.
아래 조건이 수행되도록 만듭니다.
INSERT INTO CUSTOMER_CREDIT
(
NAME
,CREDIT
)
VALUES
(
#{name,jdbcType=VARCHAR}
,#{credit,jdbcType=VARCHAR}
)
나머지는 첨부파일로 대신합니다.
수행하기 위한 Run configuration 은 다음과 같습니다.
Auguments : job/filejob.xml fileJob batchBaseDate=20120830 -next
Main class : org.springframework.batch.core.launch.support.CommandLineJobRunner
Caused by: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for 문제시... (0) | 2014.05.16 |
---|---|
SpringBatch 에서 외부 parameter 값을 사용할 때. (0) | 2012.09.18 |
Spring3 + hibernate4 연동 (0) | 2012.09.04 |
Spring Batch Example 2 - DB to DB (1) (5) | 2012.07.24 |
Spring batch example 1 (0) | 2012.07.17 |
댓글 영역