From 6b346d3f5f16a802fd3cd224dcfb5d9c49e2301c Mon Sep 17 00:00:00 2001 From: fejera Date: Sun, 29 Sep 2019 15:40:57 +0200 Subject: [PATCH] moved reactive logging examples from spring-5-reactive to spring-5-reactive-2 --- spring-5-reactive-2/README.md | 1 + .../java/com/baeldung/webflux/logging/WebFluxLoggingExample.java | 0 spring-5-reactive/README.md | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename {spring-5-reactive => spring-5-reactive-2}/src/main/java/com/baeldung/webflux/logging/WebFluxLoggingExample.java (100%) diff --git a/spring-5-reactive-2/README.md b/spring-5-reactive-2/README.md index 15eba8d0d9..ffa101ba47 100644 --- a/spring-5-reactive-2/README.md +++ b/spring-5-reactive-2/README.md @@ -4,4 +4,5 @@ This module contains articles about reactive Spring 5 - [Spring WebClient vs. RestTemplate](https://www.baeldung.com/spring-webclient-resttemplate) - [Validation for Functional Endpoints in Spring 5](https://www.baeldung.com/spring-functional-endpoints-validation) +- [Logging a Reactive Sequence](https://www.baeldung.com/spring-reactive-sequence-logging) - More articles: [[<-- prev]](/spring-5-reactive) diff --git a/spring-5-reactive/src/main/java/com/baeldung/webflux/logging/WebFluxLoggingExample.java b/spring-5-reactive-2/src/main/java/com/baeldung/webflux/logging/WebFluxLoggingExample.java similarity index 100% rename from spring-5-reactive/src/main/java/com/baeldung/webflux/logging/WebFluxLoggingExample.java rename to spring-5-reactive-2/src/main/java/com/baeldung/webflux/logging/WebFluxLoggingExample.java diff --git a/spring-5-reactive/README.md b/spring-5-reactive/README.md index a8d4436049..d77283d4b7 100644 --- a/spring-5-reactive/README.md +++ b/spring-5-reactive/README.md @@ -18,7 +18,6 @@ The "REST With Spring" Classes: https://bit.ly/restwithspring - [Server-Sent Events in Spring](https://www.baeldung.com/spring-server-sent-events) - [A Guide to Spring Session Reactive Support: WebSession](https://www.baeldung.com/spring-session-reactive) -- [Logging a Reactive Sequence](https://www.baeldung.com/spring-reactive-sequence-logging) - [Testing Reactive Streams Using StepVerifier and TestPublisher](https://www.baeldung.com/reactive-streams-step-verifier-test-publisher) - [Debugging Reactive Streams in Spring 5](https://www.baeldung.com/spring-debugging-reactive-streams) - [Static Content in Spring WebFlux](https://www.baeldung.com/spring-webflux-static-content)