Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. To deploy the application to a web container:-
  2. A.
    mvn tomcat:run
    B.
    mvn jetty:run
    C.
    all of the mentioned
    D.
    none of the mentioned

    View Answer

    Workspace

    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