mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
53597764c3
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>
13 lines
601 B
Bash
Executable File
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
|