forked from loafle/openapi-generator-original
fix export_generator shell script (#1223)
* fix export_generator shell script * fix script with bash * use bash instead of sh
This commit is contained in:
committed by
William Cheng
parent
34409bc0d8
commit
fbd4411b22
@@ -104,6 +104,15 @@ CONFIG OPTIONS for java-play-framework
|
||||
booleanGetterPrefix
|
||||
Set booleanGetterPrefix (default value 'get')
|
||||
|
||||
parentGroupId
|
||||
parent groupId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
|
||||
|
||||
parentArtifactId
|
||||
parent artifactId in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
|
||||
|
||||
parentVersion
|
||||
parent version in generated pom N.B. parentGroupId, parentArtifactId and parentVersion must all be specified for any of them to take effect
|
||||
|
||||
title
|
||||
server title name or client service name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user