forked from loafle/openapi-generator-original
[Rust Server] Add debug log for rust-server-petstore.sh
This commit is contained in:
parent
2cd5bc45da
commit
935f6100c3
@ -26,6 +26,7 @@ then
|
||||
fi
|
||||
|
||||
for spec_path in modules/openapi-generator/src/test/resources/*/rust-server/* ; do
|
||||
echo "Generating: $spec_path"
|
||||
export JAVA_OPTS="${JAVA_OPTS} -Xmx1024M -DloggerPath=conf/log4j.properties"
|
||||
spec=$(basename "$spec_path" | sed 's/.yaml//')
|
||||
args="generate --template-dir modules/openapi-generator/src/main/resources/rust-server
|
||||
|
Loading…
x
Reference in New Issue
Block a user