Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

microservices-demo/shipping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9c0fbfa · Dec 5, 2023

History

65 Commits
Nov 4, 2020
Nov 21, 2017
Jan 18, 2017
May 23, 2018
Aug 10, 2016
Sep 19, 2016
Nov 4, 2020
Aug 10, 2016
Dec 5, 2023
Nov 21, 2017
Mar 14, 2017

Repository files navigation

Build Status Coverage Status

DEPRECATED: shipping

A microservices-demo service that provides shipping capabilities.

This build is built, tested and released by travis.

Build

Java

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

Check

curl http://localhost:8080/health

Use

curl http://localhost:8080

Push

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