Skip to content

Commit 2fa443c

Browse files
committed
Update SpringBoot Post
1 parent 6b4bd74 commit 2fa443c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ author: devFancy
5757

5858
> 2025.04.01 ~ 2025.04.30
5959
60-
* [1편. Spring Boot 환경의 Multi Module에서 logback 환경별 설정하기](https://devfancy.github.io/Multi-Module-Logback-xml/)
60+
* [Spring Boot 환경의 Multi Module에서 logback 환경별 설정하기](https://devfancy.github.io/Multi-Module-Logback-xml/)
6161

62-
* [2편. Spring Boot 요청 흐름 추적: Logging Filter와 traceId 적용기](https://devfancy.github.io/SpringBoot-Logging-Filter/)
62+
* [Spring Boot 요청 흐름 추적: Logging Filter와 traceId 적용기](https://devfancy.github.io/SpringBoot-Logging-Filter/)
6363

6464
> 2025.06.01 ~ 2025.06.30
6565
66-
* [3편. Prometheus와 Grafana로 Spring Boot 기반 모니터링 대시보드 구축하기](https://devfancy.github.io/SpringBoot-Monitoring-Prometheus-Grafana/)
66+
* [Prometheus와 Grafana로 Spring Boot 기반 모니터링 대시보드 구축하기](https://devfancy.github.io/SpringBoot-Monitoring-Prometheus-Grafana/)
6767

6868
* [MDC와 GlobalTraceId를 활용한 분산 추적](https://devfancy.github.io/SpringBoot-Distributed-Tracing-With-MDC/)
6969

_posts/2025-04-20-Multi-Module-Logback-xml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: " 1편. Spring Boot 환경의 Multi Module에서 logback 환경별 설정하기 "
3+
title: "Spring Boot 환경의 Multi Module에서 logback 환경별 설정하기 "
44
categories: SpringBoot
55
author: devFancy
66
---
@@ -17,7 +17,7 @@ author: devFancy
1717

1818
> 관련 포스팅
1919
20-
* [2편. Spring Boot에서 요청 흐름 추적: Logging Filter와 traceId 적용기](https://devfancy.github.io/SpringBoot-Logging-Filter/)
20+
* [Spring Boot에서 요청 흐름 추적: Logging Filter와 traceId 적용기](https://devfancy.github.io/SpringBoot-Logging-Filter/)
2121

2222
---
2323

_posts/2025-04-23-SpringBoot-Logging-Filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: " 2편. Spring Boot 요청 흐름 추적: Logging Filter와 traceId 적용기 "
3+
title: " Spring Boot 요청 흐름 추적: Logging Filter와 traceId 적용기 "
44
categories: [SpringBoot]
55
author: devFancy
66
---

_posts/2025-06-07-SpringBoot-Monitoring-Prometheus-Grafana.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: " 3편. Prometheus와 Grafana로 Spring Boot 기반 모니터링 대시보드 구축하기 "
3+
title: "Prometheus와 Grafana로 Spring Boot 기반 모니터링 대시보드 구축하기 "
44
categories: [SpringBoot]
55
author: devFancy
66
---
@@ -13,7 +13,7 @@ author: devFancy
1313

1414
빠른 응답 시간은 사용자 이탈률을 낮추고, 안정적인 시스템은 비즈니스 신뢰도를 높입니다. 그렇기 때문에 이러한 지표를 꾸준히 관찰하고 개선하는 것은 매우 중요하다고 생각합니다.
1515

16-
이전 포스팅이었던 “[2편. Spring Boot 요청 흐름 추적: Logging Filter와 traceId 적용기](https://devfancy.github.io/SpringBoot-Logging-Filter/)”에 이어, 이번 글에서는 3편을 작성해보고자 합니다.
16+
이전 포스팅이었던 “[Spring Boot 요청 흐름 추적: Logging Filter와 traceId 적용기](https://devfancy.github.io/SpringBoot-Logging-Filter/)”에 이어, 이번 글에서는 3편을 작성해보고자 합니다.
1717

1818
이 글은 경험을 바탕으로 한 하나의 접근법이며, 정답이라기보다는 여러분이 각자의 상황에 맞는 최적의 방법을 찾아가는 데 도움이 되기를 바라는 마음으로 작성했습니다.
1919

0 commit comments

Comments
 (0)