Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 498 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 498 Bytes

Docker compose

Wiremock

docker-compose -f wiremock.yml up -d 

准备测试数据

{
    "uuid": "eb46eec5-0299-4be2-bfba-d9e736f983ea",
    "request": {
        "url": "/mock/user/1",
        "method": "POST"
    },
    "response": {
        "status": 200,
        "body": "{\"id\": \"123\", \"name\": \"test\"}",
        "headers": {
            "Content-Type": "application/json"
        }
    }
}

Skywalking

docker-compose -f skywalking.yml up -d