Skip to content

Commit 071091d

Browse files
committed
Update " 2025 DevHistory "
1 parent 61b5fe1 commit 071091d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

_posts/2025-01-01-2025-DevHistory.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,5 @@ author: devFancy
106106
> 2025.12.01 ~ 2025.12.31
107107
108108
* [Spring Boot, Kotlin 함수형으로 안전하게 서킷 브레이커 구현하기](https://devfancy.github.io/spring-boot-kotlin-circuit-breaker/)
109+
110+
* [외부 시스템과의 연동 시 발생하는 장애를 격리하기 위해 서킷 브레이커 적용하기](https://devfancy.github.io/spring-boot-kotlin-external-api-circuit-breaker/)

_posts/2025-12-06-spring-boot-kotlin-circuit-breaker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Spring Boot, Kotlin 함수형으로 안전하게 서킷 브레이커 구현하기"
4-
categories: [ Tech ]
4+
categories: [ Technology ]
55
author: devFancy
66
---
77

_posts/2025-12-12-spring-boot-kotlin-external-api-circuit-breaker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "외부 시스템과의 연동 시 발생하는 장애를 격리하기 위해 서킷 브레이커 적용하기"
4-
categories: [ Tech ]
4+
categories: [ Technology ]
55
author: devFancy
66
---
77

0 commit comments

Comments
 (0)