2017-07-20 07:42:56 +00:00
|
|
|
#!/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
|
2017-08-09 14:00:46 +00:00
|
|
|
./bin/java-play-framework-petstore-server-no-wrap-calls.sh
|
2018-01-10 05:15:49 +00:00
|
|
|
./bin/java-play-framework-petstore-server-fake-endpoints.sh
|
2018-03-06 16:20:46 +00:00
|
|
|
./bin/java-play-framework-petstore-server-api-package-override.sh
|
2018-04-17 07:19:10 +00:00
|
|
|
./bin/java-play-framework-petstore-server-async.sh
|