webjars spring boot code example
Example 1: using webjars in spring boot
<script src="/webjars/jquery/3.1.1/jquery.min.js"></script>
Example 2: using webjars in spring boot
<script src="/webjars/jquery/jquery.min.js"></script>
Example 3: using webjars in spring boot
<script src="/webjars/bootstrap/js/bootstrap.min.js"></script>