Serve files from host machine through Spring Boot
I have some pdf files in my host machine where my backend service is deployed that I want to serve publicly. The requirement is to make file updating dynamic such that the client can replace the outdated files with new ones through a module I have created for them. Of course, I could serve the files through an endpoint but that is less efficient because it routes requests through the full application stack, adding processing overhead compared to direct static file serving by the web server.
Serve files from host machine through Spring Boot
I have some pdf files in my host machine where my backend service is deployed that I want to serve publicly. The requirement is to make file updating dynamic such that the client can replace the outdated files with new ones through a module I have created for them. Of course, I could serve the files through an endpoint but that is less efficient because it routes requests through the full application stack, adding processing overhead compared to direct static file serving by the web server.
Serve files from host machine through Spring Boot
I have some pdf files in my host machine where my backend service is deployed that I want to serve publicly. The requirement is to make file updating dynamic such that the client can replace the outdated files with new ones through a module I have created for them. Of course, I could serve the files through an endpoint but that is less efficient because it routes requests through the full application stack, adding processing overhead compared to direct static file serving by the web server.
Serve files from host machine through Spring Boot
I have some pdf files in my host machine where my backend service is deployed that I want to serve publicly. The requirement is to make file updating dynamic such that the client can replace the outdated files with new ones through a module I have created for them. Of course, I could serve the files through an endpoint but that is less efficient because it routes requests through the full application stack, adding processing overhead compared to direct static file serving by the web server.