Go to file
whystar b066bb9099 init commit 2019-10-21 16:33:06 +08:00
api-spec init commit 2019-10-21 16:33:06 +08:00
docker/orders init commit 2019-10-21 16:33:06 +08:00
scripts init commit 2019-10-21 16:33:06 +08:00
src init commit 2019-10-21 16:33:06 +08:00
test init commit 2019-10-21 16:33:06 +08:00
.gitignore init commit 2019-10-21 16:33:06 +08:00
.travis.yml init commit 2019-10-21 16:33:06 +08:00
LICENSE init commit 2019-10-21 16:33:06 +08:00
Orders-flow.png init commit 2019-10-21 16:33:06 +08:00
README.md init commit 2019-10-21 16:33:06 +08:00
docker-compose-zipkin.yml init commit 2019-10-21 16:33:06 +08:00
pom.xml init commit 2019-10-21 16:33:06 +08:00

README.md

Build Status Coverage Status

orders

A microservices-demo service that provides ordering capabilities.

This build is built, tested and released by travis.

API Spec

Checkout the API Spec here

Build

Jar

mvn -DskipTests package

Docker

GROUP=weaveworksdemos COMMIT=test ./scripts/build.sh

Test

./test/test.sh < python testing file >. For example: ./test/test.sh unit.py

Run

mvn spring-boot:run

Use

curl http://localhost:8082

Push

GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh