Skip to content

Commit 79d0aa9

Browse files
committed
feat: add page about reactive spring boot
fix #20
1 parent 87a0b25 commit 79d0aa9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/java/reactive-spring-boot.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
tags: [spring-boot, java, reactive]
3+
---
4+
5+
# Reactive Spring Boot
6+
7+
For reactive programming Spring Boot utilises [Project Reactor](https://projectreactor.io).
8+
9+
There is a blog post series on the [Spring blog](https://spring.io/blog) about Context Propagation with Project Reactor:
10+
1. [The Basics](https://spring.io/blog/2023/03/28/context-propagation-with-project-reactor-1-the-basics)
11+
2. [The bumpy road of Spring Cloud Sleuth](https://spring.io/blog/2023/03/29/context-propagation-with-project-reactor-2-the-bumpy-road-of-spring-cloud)
12+
3. [Unified Bridging between Reactive and Imperative](https://spring.io/blog/2023/03/30/context-propagation-with-project-reactor-3-unified-bridging-between-reactive)

docs/javascript/rxjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tags: [javascript,testing,rxjs,jest]
2+
tags: [javascript, testing, rxjs, jest, reactive]
33
---
44

55
# RxJS

0 commit comments

Comments
 (0)