Skip to content

Commit 96e8796

Browse files
committed
chore: sample in spring-batch posting
1 parent ffccc56 commit 96e8796

4 files changed

Lines changed: 36 additions & 0 deletions

_posts/2026-01-22-spring-batch-components.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Spring Batch에서 가장 핵심적인 컴포넌트는 **Reader**, **Processor**
1515

1616
---
1717

18+
## Sample Code
19+
20+
> 이 시리즈에서 다루는 전체 예제 코드는 GitHub에서 확인할 수 있습니다.
21+
>
22+
> **[spring-batch-sample](https://github.com/rojae/spring-sample/tree/main/spring-batch-sample)**
23+
{: .prompt-info }
24+
25+
---
26+
1827
## 시리즈 목차
1928

2029
- **Spring Batch Reader, Processor, Writer - (핵심 인터페이스 총정리)** ← 현재 글

_posts/2026-01-22-spring-batch-email.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ image:
1414
1515
---
1616

17+
## Sample Code
18+
19+
> 이 시리즈에서 다루는 전체 예제 코드는 GitHub에서 확인할 수 있습니다.
20+
>
21+
> **[spring-batch-sample](https://github.com/rojae/spring-sample/tree/main/spring-batch-sample)**
22+
{: .prompt-info }
23+
24+
---
25+
1726
## 시리즈 목차
1827

1928
- [Spring Batch Reader, Processor, Writer - (핵심 인터페이스 총정리)](/posts/spring-batch-components)

_posts/2026-01-22-spring-batch-intro.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ image:
1414
1515
---
1616

17+
## Sample Code
18+
19+
> 이 시리즈에서 다루는 전체 예제 코드는 GitHub에서 확인할 수 있습니다.
20+
>
21+
> **[spring-batch-sample](https://github.com/rojae/spring-sample/tree/main/spring-batch-sample)**
22+
{: .prompt-info }
23+
24+
---
25+
1726
## 시리즈 목차
1827

1928
- [Spring Batch Reader, Processor, Writer - (핵심 인터페이스 총정리)](/posts/spring-batch-components)

_posts/2026-01-22-spring-batch-performance.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ image:
1515

1616
---
1717

18+
## Sample Code
19+
20+
> 이 시리즈에서 다루는 전체 예제 코드는 GitHub에서 확인할 수 있습니다.
21+
>
22+
> **[spring-batch-sample](https://github.com/rojae/spring-sample/tree/main/spring-batch-sample)**
23+
{: .prompt-info }
24+
25+
---
26+
1827
## 시리즈 목차
1928

2029
- [Spring Batch Reader, Processor, Writer - (핵심 인터페이스 총정리)](/posts/spring-batch-components)

0 commit comments

Comments
 (0)