java-template/docs/README.md

14 lines
186 B
Markdown
Raw Normal View History

# Usage documentation
to publish a docker image of this application use
```shell
./mvnw compile jib:build
```
to publish maven jar of this application use
```shell
./mvnw deploy
```