X-Git-Url: https://juplo.de/gitweb/?p=demos%2Fmicroservices;a=blobdiff_plain;f=README.sh;fp=README.sh;h=8b8b5b2aad690a8de37dae7078bcc2c80557e67e;hp=921ff3efb675444cb8fcdfc7561fd6eefa14909a;hb=f969d1bcbb8612ef8e41d7d4d1460e1fa7bf1893;hpb=eb01b5ba98f9d9bdfbd9982ed2030a1057964b95 diff --git a/README.sh b/README.sh index 921ff3e..8b8b5b2 100755 --- a/README.sh +++ b/README.sh @@ -32,6 +32,7 @@ while ! [[ $(http 0:8091/actuator/health 2> /dev/null) =~ "UP" ]]; do echo "Wait while ! [[ $(http 0:8092/actuator/health 2> /dev/null) =~ "UP" ]]; do echo "Waiting for details..."; sleep 1; done while ! [[ $(http 0:8093/actuator/health 2> /dev/null) =~ "UP" ]]; do echo "Waiting for validate-order..."; sleep 1; done while ! [[ $(http 0:8094/actuator/health 2> /dev/null) =~ "UP" ]]; do echo "Waiting for validation-results..."; sleep 1; done +while ! [[ $(http 0:8095/actuator/health 2> /dev/null) =~ "UP" ]]; do echo "Waiting for validate-user..."; sleep 1; done http -v post 0:8091/orders Accept:*/* id=1 customerId=2 productId=234 quantity=5 http -v post 0:8091/orders Accept:*/* id=1 customerId=2 productId=234 quantity= http -v post 0:8091/orders Accept:*/* id=1 customerId=2 productId=234 quantity=-5