Skip to content

zabil/servlets-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Servlets Example Using the Gradle Jetty Plugin

Build Status

This guide will show you how to build a servlets application with Gradle and the Jetty.

Prerequisites

  • Java and Git.

Local Development

  1. First clone this repository and cd into it.

    $ git clone git@github.com:acamino/servlets-quickstart.git
    $ cd servlets-quickstart
  2. Start the server.

    $ ./gradew appRun
  3. Check it out at http://localhost:8080

Issues & Support

Please file tickets for bug or problems.

Contributing

Edits and enhancements are welcome. Just fork the repository, make your changes and send me a pull request.

About

Sample servlet gradle project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors