forked from loafle/openapi-generator-original
add sh to generate all java petstore client
This commit is contained in:
parent
5a74370180
commit
e21edea98c
9
bin/java-petstore-all.sh
Executable file
9
bin/java-petstore-all.sh
Executable file
@ -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
|
Loading…
x
Reference in New Issue
Block a user