swagger-codegen-maven-plugin: hint added how to generate server code (#5342)

addresses issue #5332
This commit is contained in:
Johannes 2017-04-07 02:46:42 +02:00 committed by wing328
parent 4aaf3ab353
commit e147fdec48

View File

@ -22,9 +22,12 @@
<!-- specify the swagger yaml -->
<inputSpec>swagger.yaml</inputSpec>
<!-- target to generate -->
<!-- target to generate java client code -->
<language>java</language>
<!-- hint: if you want to generate java server code, e.g. based on Spring Boot,
you can use the following target: <language>spring</language> -->
<!-- pass any necessary config options -->
<configOptions>
<dateLibrary>joda</dateLibrary>