Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tuanpembual/gs-rest-service-hello


https://github.com/tuanpembual/gs-rest-service-hello

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# gs-rest-service-hello

## Install Tools
* Java
* Maven

## Build Jar
```
mvn clean package -DskipTests
```

## Build docker
```
docker login
docker build -t docker.io/tuanpembual/gs-rest-service-hello:latest .
docker push docker.io/tuanpembual/gs-rest-service-hello:latest
```