Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noqcks/java-hello-world-api

A simple java REST API that JUnit for testing, Gradle for building and Spring Boot as a framework.
https://github.com/noqcks/java-hello-world-api

gradle java junit spring-boot

Last synced: 20 days ago
JSON representation

A simple java REST API that JUnit for testing, Gradle for building and Spring Boot as a framework.

Awesome Lists containing this project

README

        

# Java Hello World

[![codecov](https://codecov.io/gh/noqcks/java-hello-world-api/branch/master/graph/badge.svg)](https://codecov.io/gh/noqcks/java-hello-world-api)

This is a simple Java hello world application that uses Spring Boot, Gradle, and JUnit.

It is a REST API based on [this guide](https://spring.io/guides/gs/rest-service/) by Spring Boot.

## Build

```
./gradlew build
```

## Test

```
./gradlew test
```

## LICENSE

MIT