* JAVA-24463 Renaming spring-data-couchbase into spring-reactive-data-couchbase * JAVA-24463 Moving spring boot actuator from spring reactive security to spring reactive 3 * JAVA-24463 Migrating URL matching and set header on response from spring-5 reactive to spring reactive-2 * JAVA-24463 Migrating reactive websocket and session reactive support to spring-reactive-3 --------- Co-authored-by: timis1 <noreplay@yahoo.com>
13 lines
911 B
Markdown
13 lines
911 B
Markdown
## Spring 5 Reactive Project
|
|
|
|
This module contains articles about reactive Spring Boot.
|
|
|
|
- [Validation for Functional Endpoints in Spring 5](https://www.baeldung.com/spring-functional-endpoints-validation)
|
|
- [Testing Reactive Streams Using StepVerifier and TestPublisher](https://www.baeldung.com/reactive-streams-step-verifier-test-publisher)
|
|
- [Static Content in Spring WebFlux](https://www.baeldung.com/spring-webflux-static-content)
|
|
- [Server-Sent Events in Spring](https://www.baeldung.com/spring-server-sent-events)
|
|
- [Backpressure Mechanism in Spring WebFlux](https://www.baeldung.com/spring-webflux-backpressure)
|
|
- [Exploring the Spring 5 WebFlux URL Matching](https://www.baeldung.com/spring-5-mvc-url-matching)
|
|
- [How to Set a Header on a Response with Spring 5](https://www.baeldung.com/spring-response-header)
|
|
- More articles: [[<-- prev]](../spring-5-reactive) [[next -->]](../spring-5-reactive-3)
|