Answers for "how to run spring boot app"

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

Code answers related to "how to run spring boot app"

Browse Popular Code Answers by Language