An open API service indexing awesome lists of open source software.

https://github.com/hexlet-components/java-servlet-gradle


https://github.com/hexlet-components/java-servlet-gradle

gradle java servlet

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# java-servlet-gradle

[![github action status](https://github.com/hexlet-components/java-servlet-gradle/workflows/Java%20CI/badge.svg)](https://github.com/hexlet-components/java-servlet-gradle/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/60efb47cbf193b0a3050/maintainability)](https://codeclimate.com/github/hexlet-components/java-servlet-gradle/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/60efb47cbf193b0a3050/test_coverage)](https://codeclimate.com/github/hexlet-components/java-servlet-gradle/test_coverage)

[Demo on Heroku](https://java-servlet-gradle.hexlet.app)

## Requirements

* JDK 21
* Make

## Setup

```bash
make setup
```

## Run server

```bash
make dev
# Open http://localhost:8080
```

---

[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/assets/master/images/hexlet_logo128.png)](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=java-servlet-gradle)

This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet](https://hexlet.io?utm_source=github&utm_medium=link&utm_campaign=java-servlet-gradle).

See most active contributors on [hexlet-friends](https://friends.hexlet.io/).