mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
19 lines
596 B
Bash
Executable File
19 lines
596 B
Bash
Executable File
#!/bin/sh
|
|
# update java petstore for all supported http libraries
|
|
|
|
./bin/java-petstore-jersey1.sh
|
|
./bin/java-petstore-jersey2.sh
|
|
./bin/java-petstore-feign.sh
|
|
./bin/java-petstore-okhttp-gson.sh
|
|
./bin/java-petstore-okhttp-gson-parcelable.sh
|
|
./bin/java-petstore-retrofit.sh
|
|
./bin/java-petstore-retrofit2.sh
|
|
./bin/java-petstore-retrofit2rx.sh
|
|
./bin/java-petstore-retrofit2rx2.sh
|
|
./bin/java8-petstore-jersey2.sh
|
|
./bin/java-petstore-retrofit2-play24.sh
|
|
./bin/java-petstore-jersey2-java6.sh
|
|
./bin/java-petstore-resttemplate.sh
|
|
./bin/java-petstore-resttemplate-withxml.sh
|
|
./bin/java-petstore-resteasy.sh
|