forked from loafle/openapi-generator-original
parent
9b25c0f529
commit
c812d81e9a
@ -26,6 +26,6 @@ fi
|
|||||||
|
|
||||||
# if you've executed sbt assembly previously it will use that instead.
|
# if you've executed sbt assembly previously it will use that instead.
|
||||||
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
|
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
|
||||||
args="$@ generate -t modules/swagger-codegen/src/main/resources/bash -i modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml -l bash -o samples/client/petstore/bash -c modules/swagger-codegen/src/test/resources/2_0/bash-config.json"
|
args="$@ generate -t modules/swagger-codegen/src/main/resources/bash -i modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml -l bash -o samples/client/petstore/bash -c modules/swagger-codegen/src/test/resources/2_0/bash-config.json --additional-properties hideGenerationTimestamp=true"
|
||||||
|
|
||||||
java $JAVA_OPTS -jar $executable $args
|
java $JAVA_OPTS -jar $executable $args
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
# ! swagger-codegen (https://github.com/swagger-api/swagger-codegen)
|
# ! swagger-codegen (https://github.com/swagger-api/swagger-codegen)
|
||||||
# ! FROM SWAGGER SPECIFICATION IN JSON.
|
# ! FROM SWAGGER SPECIFICATION IN JSON.
|
||||||
# !
|
# !
|
||||||
# ! Generated on: {{generatedDate}}
|
{{^hideGenerationTimestamp}}# ! Generated on: {{generatedDate}}
|
||||||
# !
|
{{/hideGenerationTimestamp}}# !
|
||||||
# !
|
# !
|
||||||
# ! System wide installation:
|
# ! System wide installation:
|
||||||
# !
|
# !
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
# ! swagger-codegen (https://github.com/swagger-api/swagger-codegen)
|
# ! swagger-codegen (https://github.com/swagger-api/swagger-codegen)
|
||||||
# ! FROM SWAGGER SPECIFICATION IN JSON.
|
# ! FROM SWAGGER SPECIFICATION IN JSON.
|
||||||
# !
|
# !
|
||||||
# ! Generated on: {{generatedDate}}
|
{{^hideGenerationTimestamp}}# ! Generated on: {{generatedDate}}
|
||||||
# !
|
{{/hideGenerationTimestamp}}# !
|
||||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
# !
|
# !
|
||||||
# ! Based on: https://github.com/Valodim/zsh-curl-completion/blob/master/_curl
|
# ! Based on: https://github.com/Valodim/zsh-curl-completion/blob/master/_curl
|
||||||
# !
|
# !
|
||||||
# ! Generated on: {{generatedDate}}
|
{{^hideGenerationTimestamp}}# ! Generated on: {{generatedDate}}
|
||||||
# !
|
{{/hideGenerationTimestamp}}# !
|
||||||
# !
|
# !
|
||||||
# ! Installation:
|
# ! Installation:
|
||||||
# !
|
# !
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
# !
|
# !
|
||||||
# ! Based on: https://github.com/Valodim/zsh-curl-completion/blob/master/_curl
|
# ! Based on: https://github.com/Valodim/zsh-curl-completion/blob/master/_curl
|
||||||
# !
|
# !
|
||||||
# ! Generated on: 2017-02-22T08:48:10.130+01:00
|
|
||||||
# !
|
# !
|
||||||
# !
|
# !
|
||||||
# ! Installation:
|
# ! Installation:
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
# ! swagger-codegen (https://github.com/swagger-api/swagger-codegen)
|
# ! swagger-codegen (https://github.com/swagger-api/swagger-codegen)
|
||||||
# ! FROM SWAGGER SPECIFICATION IN JSON.
|
# ! FROM SWAGGER SPECIFICATION IN JSON.
|
||||||
# !
|
# !
|
||||||
# ! Generated on: 2017-02-22T08:48:10.130+01:00
|
|
||||||
# !
|
# !
|
||||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
# ! swagger-codegen (https://github.com/swagger-api/swagger-codegen)
|
# ! swagger-codegen (https://github.com/swagger-api/swagger-codegen)
|
||||||
# ! FROM SWAGGER SPECIFICATION IN JSON.
|
# ! FROM SWAGGER SPECIFICATION IN JSON.
|
||||||
# !
|
# !
|
||||||
# ! Generated on: 2017-02-22T08:48:10.130+01:00
|
|
||||||
# !
|
# !
|
||||||
# !
|
# !
|
||||||
# ! System wide installation:
|
# ! System wide installation:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user