From e21edea98c6cabf28eb3826ab6dc0cb1c96a476d Mon Sep 17 00:00:00 2001 From: wing328 Date: Tue, 5 Jan 2016 15:07:48 +0800 Subject: [PATCH] add sh to generate all java petstore client --- bin/java-petstore-all.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 bin/java-petstore-all.sh diff --git a/bin/java-petstore-all.sh b/bin/java-petstore-all.sh new file mode 100755 index 00000000000..635e8523edb --- /dev/null +++ b/bin/java-petstore-all.sh @@ -0,0 +1,9 @@ +#!/bin/sh +# update java petstore for all supported http libraries + +./bin/java-petstore.sh +./bin/java-petstore-jersey2.sh +./bin/java-petstore-feign.sh +./bin/java-petstore-okhttp-gson.sh +./bin/java-petstore-retrofit.sh +./bin/java-petstore-retrofit2.sh