Answers for "have spring run a command on commandline at startup"

11

spring boot run command

mvn spring-boot:run
Posted by: Guest on July-05-2020
4

run spring boot application command line

java -jar target/myJavaProject.jar
Posted by: Guest on July-01-2020

Code answers related to "have spring run a command on commandline at startup"

Browse Popular Code Answers by Language