Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2018-03-21 13:26:52 +00:00
parent b6cd1f3713
commit 9dacf33a61
4 changed files with 386 additions and 5 deletions

View File

@@ -5962,7 +5962,7 @@ org.springframework.cloud.contract.spec.Contract contractDsl = org.springframewo
multipart(
file: named(
name: value(stub(regex('.+')), test('file')),
content: value(stub(regex('.+')), test([100, 117, 112, 97] as byte[]))
content: value(stub(regex('.+')), test([100, 117, 100, 97] as byte[]))
)
)
}