The web shell command

Next, in the web shell Terminal window you were asked to open, clone this project to your computer, cd to the web subdirectory, and then run the following command to execute the web application in development mode:

mvn clean package

Once the build is finished, to run the web subproject JAR, enter the following:

java -jar target/sample-web-runner.jar

Once the application is up and running, point your browser to the web application at http://localhost:8080/index.html. In the next section, we will go over the web application details.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.59.180.111