Webjars
This configures the feature to serve any webjars assets on the path. The zone
argument configures the correct time zone to be used with the header to support caching (only if feature is also installed).
Versioning support
Let’s assume you have imported org.webjars:jquery:3.2.1
, you can use the following html code to import it:
<script src="/webjars/jquery/jquery.js"></script>