forked from loafle/openapi-generator-original
12 lines
550 B
Bash
Executable File
12 lines
550 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
|