mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
ebf4efe3ea
* Fix issue #6867 : The apiPackage option is ignored in the template for Java Play Framework. * use openjdk7 in travis to ensure it works with jdk7
11 lines
549 B
Bash
Executable File
11 lines
549 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 |