Skip to content

Latest commit

 

History

History
 
 

web-application

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This is an example application of my blog post:

You can run the application by running the following command at command prompt:

    gradle appStart

This command will run the web application by using the Jetty 9 servlet container. You can access the application by using the url: http://localhost:8080/.

You can stop the application by running the following command at command prompt:

    gradle appStop