diiferent ways to run spring boot

Solutions on MaxInterview for diiferent ways to run spring boot by the best coders in the world

showing results for - "diiferent ways to run spring boot"
Hannah
20 Nov 2016
1java -Dspring.profiles.active=dev -Xdebug -Xnoagent -Djava.compiler=NONE org.springframework.boot.loader.JarLauncher 
Marwa
05 Jul 2018
1java -jar webapp-1.0.0.SNAPSHOT.jar 
Jonah
23 Nov 2019
1java -jar -Dspring.profiles.active=dev -Dserver.port=9090 webapp-1.0.0.SNAPSHOT.jar