Spring Boot

This is a simple Spring Boot project. This application serves as a basic template for a Spring Boot based application. This project is bootstrapped with Spring Initializr.

How to run

  1. Run the application by running the following command in the terminal:

    mvn spring-boot:run
  2. Refresh the URL in a simple browser to see the output. You can also click the run button above the Main program to run the application instead the above command.

If you do not see the Run button, Please wait for a minute for the project to load and open as a Java Project.