openapi-generator/bin/java-play-framework-petstore-server-all.sh
Jeremie Bresson 53597764c3 Add OpenAPI spec 3.0 support (beta)
Co-authored-by: Akihito Nakano <sora.akatsuki@gmail.com>
Co-authored-by: Jeremie Bresson <dev@jmini.fr>
Co-authored-by: Jim Schubert <james.schubert@gmail.com>
Co-authored-by: Martin Delille <martin@phonations.com>
Co-authored-by: Tomasz Prus <tomasz.prus@gmail.com>
Co-authored-by: William Cheng <wing328hk@gmail.com>
2018-04-17 09:19:10 +02:00

13 lines
601 B
Bash
Executable File

#!/bin/sh
./bin/java-play-framework-petstore-server.sh
./bin/java-play-framework-petstore-server-controller-only.sh
./bin/java-play-framework-petstore-server-no-bean-validation.sh
./bin/java-play-framework-petstore-server-no-exception-handling.sh
./bin/java-play-framework-petstore-server-no-interface.sh
./bin/java-play-framework-petstore-server-no-swagger-ui.sh
./bin/java-play-framework-petstore-server-no-wrap-calls.sh
./bin/java-play-framework-petstore-server-fake-endpoints.sh
./bin/java-play-framework-petstore-server-api-package-override.sh
./bin/java-play-framework-petstore-server-async.sh