There are many ways to create a Spring Boot application. The simplest way is to use Spring Initializr at
http://start.spring.io/, which is an online Spring Boot application generator. In this post, you will learn
how to create a simple Spring Boot web application serving a simple HTML page and explore various aspects
of a typical Spring Boot application.
Tag