mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
swagger-codegen-maven-plugin: hint added how to generate server code (#5342)
addresses issue #5332
This commit is contained in:
parent
4aaf3ab353
commit
e147fdec48
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user