Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuanpembual/gs-rest-service-hello
https://github.com/tuanpembual/gs-rest-service-hello
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuanpembual/gs-rest-service-hello
- Owner: tuanpembual
- Created: 2020-02-19T13:49:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T13:53:57.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T16:51:37.697Z (2 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```