https://github.com/zabil/servlets-quickstart
Sample servlet gradle project
https://github.com/zabil/servlets-quickstart
Last synced: 9 months ago
JSON representation
Sample servlet gradle project
- Host: GitHub
- URL: https://github.com/zabil/servlets-quickstart
- Owner: zabil
- License: mit
- Created: 2018-03-28T09:15:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T09:20:07.000Z (over 8 years ago)
- Last Synced: 2025-01-30T14:34:11.815Z (over 1 year ago)
- Language: Java
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Servlets Example Using the Gradle Jetty Plugin
[](https://travis-ci.org/acamino/servlets-quickstart)
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.
```bash
$ git clone git@github.com:acamino/servlets-quickstart.git
$ cd servlets-quickstart
```
2. Start the server.
```bash
$ ./gradew appRun
```
3. Check it out at http://localhost:8080
## Issues & Support
Please [file tickets](https://github.com/acamino/servlets-quickstart/issues) for
bug or problems.
## Contributing
Edits and enhancements are welcome. Just fork the repository, make your changes
and send me a pull request.