1 Star 1 Fork 1

BizMDA / biz-sip-helloworld

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
test-all.sh 921 Bytes
Copy Edit Web IDE Raw Blame History
#!/bin/sh
set -v on
curl http://localhost:9001/rest/callSampleBeanSink\?message=world
curl http://localhost:9001/rest/callSampleSinkBeanSink\?message=world
curl http://localhost:9001/rest/callAllSink\?message=world
curl -H "Content-Type:application/json" -H "Biz-Service-Id:/sink/sample-sink-service" -X POST --data '{"message":"world"}' http://localhost:8888/api|jq
curl -H "Content-Type:application/json" -H "Biz-Service-Id:/app/sample-bean-service" -X POST --data '{"methodName":"callSampleSinkBeanSink","params":["world"]}' http://localhost:8888/api|jq
curl -H "Content-Type:application/json" -H "Biz-Service-Id:/app/sample-bean-service" -X POST --data '{"methodName":"callSampleBeanSink","params":["world"]}' http://localhost:8888/api|jq
curl -H "Content-Type:application/json" -H "Biz-Service-Id:/app/sample-bean-service" -X POST --data '{"methodName":"callAllSink","params":["world"]}' http://localhost:8888/api|jq
Java
1
https://gitee.com/szhengye/biz-sip-helloworld.git
git@gitee.com:szhengye/biz-sip-helloworld.git
szhengye
biz-sip-helloworld
biz-sip-helloworld
master

Search

10d9f8b4 4838521 8bde8327 4838521