run spring boot application using maven command code example
Example 1: spring boot run command
mvn spring-boot:run
Example 2: run spring boot application command line
java -jar target/myJavaProject.jar
Example 3: gradle springboot run
./mvnw spring-boot:run