Skip to content

Commit 32a3cc0

Browse files
committed
Update Posts
1 parent 0f0f7fb commit 32a3cc0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,7 @@ author: devFancy
102102
> 2025.11.01 ~ 2025.11.30
103103
104104
* [테스트에 대한 전략과 고찰](https://devfancy.github.io/springboot-test-strategy/)
105+
106+
> 2025.12.01 ~ 2025.12.31
107+
108+
* [Spring Boot, Kotlin 함수형으로 안전하게 서킷 브레이커 구현하기](https://devfancy.github.io/spring-boot-kotlin-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
@@ -588,6 +588,6 @@ class CircuitBreakerUtilsTest {
588588
- [[공식문서] Spring Cloud Circuit Breaker](https://spring.io/projects/spring-cloud-circuitbreaker#overview)
589589
- [[공식문서] Kotlin - runCatching](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/run-catching.html)
590590
- [[우아한형제들] 개발자 의식의 흐름대로 적용해보는 서킷브레이커](https://techblog.woowahan.com/15694/) - 2024.01.11
591-
- [[당근테크] 서킷브레이커 사용 방식 개선하기 | 당근 SERVER 밋업 2회](https://www.youtube.com/watch?v=ThLfHtoEe1I) - 2023.11.23
591+
- [[당근테크] 서킷브레이커 사용 방식 개선하기 - 당근 SERVER 밋업 2회](https://www.youtube.com/watch?v=ThLfHtoEe1I) - 2023.11.23
592592
- [[올리브영] Circuitbreaker를 사용한 장애 전파 방지](https://oliveyoung.tech/2023-08-31/circuitbreaker-inventory-squad/) - 2023.08.31
593593
- [[개인 블로그] Spring - CircuitBreaker](https://backtony.tistory.com/83)

0 commit comments

Comments
 (0)