Cli generator name option, replaces 'language' options in CLI and Maven Plugin (#57)

This commit is contained in:
Jim Schubert
2018-05-22 23:41:19 -04:00
committed by Jérémie Bresson
parent b73ab0260e
commit 27426f7b52
423 changed files with 710 additions and 493 deletions

View File

@@ -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>