springboot-basic: This module is a basic SpringBoot web application using Maven and Gradle
If you want to use Maven
springboot-basic> mvn clean package spring-boot:run
If you want to use Gradle
springboot-basic> gradle bootRun
Go to http://localhost:8080/