Discussion :: Spring MCQs
- To deploy the application to a web container:-
Answer : Option C
Explanation :
In the project directory, in the standard shell, run mvn tomcat:run or mvn jetty:run, and open http://localhost:8080 in your browser.
Be The First To Comment