Forum Discussion

darkoMarkovic's avatar
darkoMarkovic
New Contributor
5 years ago
Solved

Swagger (Springfox) only finding Models used in Controller @RequestBody (Spring Boot)

Basically, I'm interested whether it's intended that the only models Swagger shows in swagger-ui are models used in RestController methods. It detects both my DTOs that I filled with @RequestBody, bu...
  • hugomario's avatar
    hugomario
    5 years ago

    yea, seems this is an issue related to springfox instead swagger-codegen or swagger-ui