Added Ebook related notes in the Readme (#13472)
This commit is contained in:
parent
8e7055060f
commit
7575ceee89
|
@ -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.
|
||||
|
@ -13,4 +17,8 @@ This module contains articles describing reactive processing in Spring.
|
|||
- [Spring WebClient Requests with Parameters](https://www.baeldung.com/webflux-webclient-parameters)
|
||||
- [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)
|
||||
- [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.
|
||||
|
|
Loading…
Reference in New Issue