Important: This news article covers an old version of Javalin (v0.3.1). The current version is v6.1.3.
See the documentation page for up-to-date information.

You can now have external static resources by doing app.enableStaticFiles("/folder", Location.EXTERNAL).

Exciting, I know.