Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/noqcks/java-hello-world-api
- Owner: noqcks
- License: mit
- Created: 2017-07-05T19:29:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T15:21:36.000Z (over 7 years ago)
- Last Synced: 2024-10-11T16:12:27.568Z (3 months ago)
- Topics: gradle, java, junit, spring-boot
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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