zalando-stups / swagger-codegen-tooling

Tooling around Maven and Gradle to generate code from OpenAPI/Swagger specs
https://stups.io/swagger-codegen-tooling
Apache License 2.0
26 stars 17 forks source link

support spring-boot-hateoas #63

Open ender74 opened 6 years ago

ender74 commented 6 years ago

I would like to use the swagger code generator together with spring-boot-hateoas. From my understanding this would mean, that there needs to be a new template where every model bean extends from org.springframework.hateoas.ResourceSupport. What do you think about this? Any other ideas, how to achieve this? I'm willing to provide a PR if this feature is wanted.

ender74 commented 6 years ago

Any suggestions on this idea @jbellmann. Otherwise i will proceed to create a PR for this.