Static Files Provider
Microservice static-files-provider
enables for you option to easly server your static files with JLupn Platform.
How to use Static Files Provider
All you need is to run microservice. It is configured in it's servlet_configuration.yml for 8000
exteranl port and context static-files-provider
. All files which are added to static
directory in microservice directory are served. Example file called example.txt with context example.txt
is added by default.
To get access to this file just open your browser and go to http://localhost:8000/static-files-provider/example.txt
.