python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Remove ResponseEntity in swagger-codegen-maven-plugin api class
I generated api classes with swagger-codegen-maven-plugin, and methods return ResponseEntity
@ApiOperation(value = "", nickname = "getBlockingByMdmdId", notes = "", respo...
Victor Levin
Votes: 0
Answers: 1
How to merge multiple OpenAPI 3.0 specification files into one in Maven?
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.
I ...
wonder garance
Votes: 0
Answers: 1
How to create custom codegen with help of Swagger 3.0.31
Initially we had swagger-codegen 2.4.22 in our project. We have customized the generator as per requirement with below set of code. Which was working fine.
<java jar="@{baseDir}/lib/swagger-cu...
Ketki Mujumdar
Votes: 0
Answers: 0