spring boot example
Example 1: run maven spring boot project command line
./mvnw spring-boot:run
Example 2: gradle springboot run
./gradlew bootRun
Example 3: spring boot tutorial
org.springframework.boot
spring-boot-starter-parent
2.1.6.RELEASE
org.springframework.boot
spring-boot-starter-web