forked from loafle/openapi-generator-original
Cli generator name option, replaces 'language' options in CLI and Maven Plugin (#57)
This commit is contained in:
committed by
Jérémie Bresson
parent
b73ab0260e
commit
27426f7b52
@@ -23,10 +23,10 @@
|
||||
<inputSpec>swagger.yaml</inputSpec>
|
||||
|
||||
<!-- target to generate java client code -->
|
||||
<language>java</language>
|
||||
<generatorName>java</generatorName>
|
||||
|
||||
<!-- hint: if you want to generate java server code, e.g. based on Spring Boot,
|
||||
you can use the following target: <language>spring</language> -->
|
||||
you can use the following target: <generatorName>spring</generatorName> -->
|
||||
|
||||
<!-- pass any necessary config options -->
|
||||
<configOptions>
|
||||
|
||||
Reference in New Issue
Block a user