swagger-codegen-maven-plugin Questions

2

We are able to use openApi documentation and generate our Java Input classes using the spring swagger-codegen. Also, we can inject the javax.validation annotations when input is generated for commo...

1

In a Maven project with Spring Boot, there are several OpenAPI 3.0 specification files. One spec defines all HTTP errors (errors.yml), and the components of errors.yml are referenced in other spec....
Heterodoxy asked 17/3, 2022 at 21:54

1

I have an issue where my RestTemplate.postForEntity(url, restRequest, RepoResponse.class) call is failing because it can't deserialise dates of the form: 2019-02-01T12:00:00.000-0500 because of...

1

Solved

I have an API written in Swagger for which I want to generate both the Service implementation and also the client, and they have to be in separate maven modules. I was thinking of separating them...
1

© 2022 - 2024 — McMap. All rights reserved.