mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 23:57:06 +00:00
updated docs
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
export CLASSPATH="$DIR/../target/lib/*:$DIR/../target/*"
|
||||
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties -DfileMap=src/test/resources/petstore"
|
||||
java -cp $CLASSPATH $JAVA_OPTS "$@" SwaggerDocGenerator http://petstore.swagger.wordnik.com/api/api-docs.json special-key
|
||||
export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties -DfileMap=samples/client/wordnik-api/spec-files"
|
||||
java -cp $CLASSPATH $JAVA_OPTS "$@" SwaggerDocGenerator http://developer.wordnik.com/v4/resources.json ""
|
||||
|
||||
Reference in New Issue
Block a user