Forum Discussion

technimadhu's avatar
technimadhu
New Contributor
4 years ago
Solved

Swagger - Parameter not rendering

I recently upgraded to Springboot 2.2 and after that my swagger 2.0 files were not showing parameters (Could not render this component message). I made the swagger simple with just one endpoint and ...
  • technimadhu's avatar
    technimadhu
    4 years ago

    Finally found the reason for my problem. I was including a library which had EnableWebMvc annotaiton, and our app is a SpringBoot app.. though i dont know exactly what the root cause is, but removing the annotation fixed my problem.