<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://kwonnam.pe.kr/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://kwonnam.pe.kr/wiki/feed.php">
        <title>권남 springframework:batch</title>
        <description></description>
        <link>https://kwonnam.pe.kr/wiki/</link>
        <image rdf:resource="https://kwonnam.pe.kr/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-14T03:42:11+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/springframework/batch/4?rev=1541754330&amp;do=diff"/>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/springframework/batch/5?rev=1676860657&amp;do=diff"/>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/springframework/batch/batch_test?rev=1617958820&amp;do=diff"/>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/springframework/batch/commandlinejobrunner?rev=1532422679&amp;do=diff"/>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/springframework/batch/jenkins_schedule?rev=1531353476&amp;do=diff"/>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/springframework/batch/multithread?rev=1672724728&amp;do=diff"/>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/springframework/batch/quartz_job_launcher?rev=1694667957&amp;do=diff"/>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/springframework/batch/spring_batch_lightmin?rev=1634003727&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://kwonnam.pe.kr/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>권남</title>
        <link>https://kwonnam.pe.kr/wiki/</link>
        <url>https://kwonnam.pe.kr/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://kwonnam.pe.kr/wiki/springframework/batch/4?rev=1541754330&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-11-09T18:05:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>springframework:batch:4</title>
        <link>https://kwonnam.pe.kr/wiki/springframework/batch/4?rev=1541754330&amp;do=diff</link>
        <description>Spring Batch 4

	*  Spring Batch 4.0.0.RELEASE is now available
	*  Spring Batch 4.1 goes GA!

Migrate from 2,3

	*  Spring Batch 2,3 에서 업그레이드시에 BATCH_JOB_EXECUTION_CONTEXT, BATCH_STEP_EXECUTION_CONTEXT 에 저장하는 데이터의 직렬화 라이브러리가 XStream -&gt; Jackson 으로 변경되면서 포맷이 바뀌어서 호환이 안된다.</description>
    </item>
    <item rdf:about="https://kwonnam.pe.kr/wiki/springframework/batch/5?rev=1676860657&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-20T11:37:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>springframework:batch:5</title>
        <link>https://kwonnam.pe.kr/wiki/springframework/batch/5?rev=1676860657&amp;do=diff</link>
        <description>Spring Batch 5

	*  Spring Batch 5.0 Migration Guide · spring-projects/spring-batch Wiki

참조

	*  Spring Batch 5 뭐가 달라졌나?</description>
    </item>
    <item rdf:about="https://kwonnam.pe.kr/wiki/springframework/batch/batch_test?rev=1617958820&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-09T18:00:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>springframework:batch:batch_test</title>
        <link>https://kwonnam.pe.kr/wiki/springframework/batch/batch_test?rev=1617958820&amp;do=diff</link>
        <description>Spring Batch Test

	*  Spring Framework Batch Test 하기

JobReporitoryTestUtils

	*  원칙적으로 Job 관련 테스트 실행 후에는 JobRepositoryTestUtils.removeJobExecutions()를 실행해야 한다.


@Autowired
private JobRepositoryTestUtils jobRepositoryTestUtils;

@AfterEach
void tearDown() {
    jobRepositoryTestUtils.removeJobExecutions();
}</description>
    </item>
    <item rdf:about="https://kwonnam.pe.kr/wiki/springframework/batch/commandlinejobrunner?rev=1532422679&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-07-24T17:57:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>springframework:batch:commandlinejobrunner</title>
        <link>https://kwonnam.pe.kr/wiki/springframework/batch/commandlinejobrunner?rev=1532422679&amp;do=diff</link>
        <description>Spring Batch Command Line Job Runner

	*  Spring Framework Batch 명령행 실행기
	*  Spring Batch를 명령행으로 실행할 수 있다.
	*  Run Spring batch job with CommandLineJobRunner – Mkyong.com
	*  spring-batch/CommandLineJobRunner.java at master · spring-projects/spring-batch


java org.springframework.batch.core.launch.support.CommandLineJobRunner jobPath &lt;options&gt; jobIdentifier (jobParameters)

# example
java org.springframework.batch.core.launch.support.CommandLineJobRunner testJob.xml testJob schedule.date=2008/0…</description>
    </item>
    <item rdf:about="https://kwonnam.pe.kr/wiki/springframework/batch/jenkins_schedule?rev=1531353476&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-07-12T08:57:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>springframework:batch:jenkins_schedule</title>
        <link>https://kwonnam.pe.kr/wiki/springframework/batch/jenkins_schedule?rev=1531353476&amp;do=diff</link>
        <description>Spring Batch Jenkisn Scheduler

	*  Spring Framework Batch의 Spring Batch Command Line Job Runner를 Jenkins 로 스케줄릴 행서 실행하기.

참조

	*  1. AWS Code Deploy로 배포 Jenkins에서 배치 Jenkins로 Spring Batch 배포하기 - 기본 환경 구성
	*  2. AWS Code Deploy로 배포 Jenkins에서 배치 Jenkins로 Spring Batch 배포하기 - Code Deploy 연동
	*  3. AWS Code Deploy로 배포 Jenkins에서 배치 Jenkins로 Spring Batch 배포하기 - 젠킨스 연동</description>
    </item>
    <item rdf:about="https://kwonnam.pe.kr/wiki/springframework/batch/multithread?rev=1672724728&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-03T14:45:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>springframework:batch:multithread</title>
        <link>https://kwonnam.pe.kr/wiki/springframework/batch/multithread?rev=1672724728&amp;do=diff</link>
        <description>Spring Batch Multi Thread

	*  Spring Framework Batch에서 throttleLimit으로 멀티 쓰레드 실행.
	*  단순히 쓰레드 갯수를 늘리는 방식. partitioning 과는 다름.
	*  reader와 writer 는 thread safe해야 한다. -&gt; 즉, 공유 객체에 접근하지 말거나,</description>
    </item>
    <item rdf:about="https://kwonnam.pe.kr/wiki/springframework/batch/quartz_job_launcher?rev=1694667957&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-14T14:05:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>springframework:batch:quartz_job_launcher</title>
        <link>https://kwonnam.pe.kr/wiki/springframework/batch/quartz_job_launcher?rev=1694667957&amp;do=diff</link>
        <description>Spring Batch Quartz Job Launcher

	*  Spring Framework Batch 를 Quartz 로 실행하기
	*  Quartz Spring Batch Example | Examples Java Code Geeks - 2018
	*  Quartz + Spring Batch 조합하기 - 개발노트 - kingbbode
	*  Spring Boot 환경의 Quartz Scheduler 활용
	*  [Java] 스케줄링 &amp; Spring Boot Quartz 이해하고 적용하기 -1 : 설정 및 간단예시 — Contributor9

주의 사항

	*  Graceful shutdown 에 신경써줘야 한다.</description>
    </item>
    <item rdf:about="https://kwonnam.pe.kr/wiki/springframework/batch/spring_batch_lightmin?rev=1634003727&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-12T10:55:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>springframework:batch:spring_batch_lightmin</title>
        <link>https://kwonnam.pe.kr/wiki/springframework/batch/spring_batch_lightmin?rev=1634003727&amp;do=diff</link>
        <description>spring-batch-lightmin

	*  &lt;https://github.com/tuxdevelop/spring-batch-lightmin&gt;
	*  Spring Batch Administration @ Spring Boot Stack</description>
    </item>
</rdf:RDF>
