Added Ebook related notes in the Readme (#13472)

This commit is contained in:
Dhawal Kapil
2023-02-13 23:27:26 +05:30
committed by GitHub
parent 663f4582d6
commit e9fa31c5a5

View File

@@ -1,3 +1,7 @@
### Spring Reactive Articles that are also part of the e-book
This module contains articles about Spring Reactive that are also part of an Ebook.
## Spring Reactive
This module contains articles describing reactive processing in Spring.
@@ -14,3 +18,7 @@ This module contains articles describing reactive processing in Spring.
- [Handling Errors in Spring WebFlux](https://www.baeldung.com/spring-webflux-errors)
- [Spring Security 5 for Reactive Applications](https://www.baeldung.com/spring-security-5-reactive)
- [Concurrency in Spring WebFlux](https://www.baeldung.com/spring-webflux-concurrency)
### NOTE:
Since this is a module tied to an e-book, it should **not** be moved or used to store the code for any further article.