openapi-generator/bin/java-play-framework-petstore-server-all.sh
Jean-François Côté 1e991be5f3 [JavaPlayFramework] Fix for issue #6100 (#6128)
* Fix issue #6100. Tested with all the samples.

* Fix multiple issue with the examples. Removing all of this.
Adding fake endpoint .sh but it is not compiling right now.
2017-08-09 22:00:46 +08:00

10 lines
483 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