We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a74370 commit e21edeaCopy full SHA for e21edea
bin/java-petstore-all.sh
@@ -0,0 +1,9 @@
1
+#!/bin/sh
2
+# update java petstore for all supported http libraries
3
+
4
+./bin/java-petstore.sh
5
+./bin/java-petstore-jersey2.sh
6
+./bin/java-petstore-feign.sh
7
+./bin/java-petstore-okhttp-gson.sh
8
+./bin/java-petstore-retrofit.sh
9
+./bin/java-petstore-retrofit2.sh
0 commit comments