Welcome page support in Spring WebFlux
See original GitHub issueFor a webflux project(using 2.0.0.M2) the welcome page in classpath:/static/index.html
is not getting resolved for root uri /
and returns a 404 status.
However it is served out if I access /index.html
explicitly.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:37
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Web on Reactive Stack - Spring
This part of the documentation covers support for reactive-stack web applications built on a Reactive Streams API to run on non-blocking ...
Read more >Static Content in Spring WebFlux - Baeldung
In this tutorial, we'll show how to serve static content using Spring WebFlux. We also assume that our web application will be configured...
Read more >Getting Started with Spring WebFlux - Reflectoring
What is a Stream? · Responsive: Reactive systems must be fast and responsive so that they can provide consistent high quality of service....
Read more >Spring WebFlux Tutorial on Internationalization | Phrase
Furthermore, we will add the necessary configuration to support internationalization and localization. Besides, we will use Thymeleaf as ...
Read more >Spring WebFlux - Spring Reactive Programming - DigitalOcean
Let's built a simple Spring WebFlux Hello World application. We will create a simple rest web service and use Spring Boot to run...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Waiting for SPR-17389.
Hi!
Question on stackoverflow contains workaround: https://stackoverflow.com/questions/45147280/spring-webflux-how-to-forward-to-index-html-to-serve-static-content