mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
9 lines
423 B
Bash
9 lines
423 B
Bash
#!/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 |