mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
1e991be5f3
* 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.
10 lines
483 B
Bash
Executable File
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 |