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