Skip to content
Advertisement

Tag: openapi

Is OpenAPI v.3 incomplete or convertor is wrong?

I am trying to validate some data for the REST API using swagger description. I have converted swagger.json into OpenAPI 3.0.1 using swagger editor conversion option, and now trying to read it into OpenAPI object with ObjectMapper with following lines of code: First, I got an error as it could not recognized the field x-codegen-request-body-name generated by the converter. Fine,

Swagger OpenAPI 3.0 – Springdoc – GroupedOpenApi not working in Spring MVC

My Application is Sping MVC not boot. I’m using springdoc-openapi-ui 1.4.4 also, I added the following imports to one of my @configuration class; and implement the beans as below But when I try http://localhost:8080/MyApp/v3/api-docs/user gives me 404. but I get all the APIs listed in http://localhost:8080/MyApp/v3/api-docs Also it comes in http://www.onlykalu.com:81/MyApp/swagger-ui/index.html?configUrl=/MyApp/v3/api-docs/swagger-config also without definition drop down. if I add to

Advertisement