Using Bootstrap resources in JSP

We can add bootstrap resources just like other static resources in the JSP:

    <script src=      "webjars/bootstrap/3.3.6/js/bootstrap.min.js">     </script>    <link      href="webjars/bootstrap/3.3.6/css/bootstrap.min.css"     rel="stylesheet">

Get Mastering Spring 5.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.