maven run spring boot application code example
Example 1: run maven spring boot project command line
./mvnw spring-boot:run
Example 2: diiferent ways to run spring boot
java -Dspring.profiles.active=dev -Xdebug -Xnoagent -Djava.compiler=NONE org.springframework.boot.loader.JarLauncher