Run Application from Spring Boot CLI

In my previous article Spring Boot Introduction Tutorial, we have learned all the basics of Spring Boot such as Entry class, @SpringBootApplication, @ComponentScan, etc. In this article we will look how to run application from Spring Boot CLI. Overview of things… Read More »