Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Static Content Example

This application demonstrates use of the StaticContentService to serve static files together with a simple REST service.

Build and run

mvn package
java -jar target/helidon-examples-webserver-static-content.jar

Open http://localhost:8080 in your browser.