You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in Project Reactor website project, its is currently possible to serve static resources with BodyInserters.fromResource() but it is verbose and not designed to handle nested directories easily.
Like in Spring Web Reactive ResourceHandlerRegistry, it would be very useful to be able to serve the all the static files from a specified directory (filesystem or the classpath).