moved webflux static content examples from spring-5-reactive to spring-5-reactive-2
This commit is contained in:
parent
c4c59a08dd
commit
c391435c3c
@ -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)
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
10
spring-5-reactive-2/src/test/resources/public/index.html
Normal file
10
spring-5-reactive-2/src/test/resources/public/index.html
Normal 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>
|
@ -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)
|
Loading…
x
Reference in New Issue
Block a user