moved webflux static content examples from spring-5-reactive to spring-5-reactive-2

This commit is contained in:
fejera 2019-09-29 16:19:12 +02:00
parent c4c59a08dd
commit c391435c3c
10 changed files with 11 additions and 2 deletions

View File

@ -7,4 +7,5 @@ This module contains articles about reactive Spring 5
- [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)
- More articles: [[<-- prev]](/spring-5-reactive)

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Baeldung: Static Content in Spring WebFlux</title>
</head>
<body>
Example HTML file
</body>
</html>

View File

@ -17,6 +17,4 @@ The "REST With Spring" Classes: https://bit.ly/restwithspring
- [Handling Errors in Spring WebFlux](https://www.baeldung.com/spring-webflux-errors)
- [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)
- [Static Content in Spring WebFlux](https://www.baeldung.com/spring-webflux-static-content)
- More articles: [[next -->]](/spring-5-reactive-2)