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
Share this:
- Click to share on Facebook (Opens in new window)
- Click to share on Twitter (Opens in new window)
- Click to email a link to a friend (Opens in new window)
- Click to share on LinkedIn (Opens in new window)
- Click to share on Tumblr (Opens in new window)
- Click to share on Pinterest (Opens in new window)
- Click to share on Reddit (Opens in new window)