question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Welcome page support in Spring WebFlux

See original GitHub issue

For 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:closed
  • Created 6 years ago
  • Reactions:37
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

9reactions
bclozelcommented, Oct 16, 2018

Waiting for SPR-17389.

2reactions
imedvedkocommented, Jul 25, 2017
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found