Answers for "run springboot project"

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
0

command to run spring boot application in browser

in spring boot to run your app in localhost
use this:
localhost:8080/page_name
not:
localhost/8080/page_name
Posted by: Guest on April-01-2022

Browse Popular Code Answers by Language