Spring Boot: Integrating Static Content

This guide will help you create a simple web application with Spring Boot. We will add static content (CSS and JS) and use it from a JSP view.

You Will Learn

* How to Bootstrap a simple project with Spring Initializr.
* How to initialize a basic web application for Spring Boot.
* How to add a JSP for a web application.
* How to add static content – JS and CSS.

Tools You Will Need

* Maven 3.0+ is your build tool.
* Your favorite IDE. We use Eclipse.
* JDK 1.8+

Overview of the Web application

We will build a static todo page (unformatted) rendered using a JSP. https://goo.gl/9ZMWiu #DataIntegration #ML