Solved
Forum Discussion
HKosova
Alumni
5 years agoWhat version of Swagger UI do you use? Open the browser developer tools, switch to the Console tab and evaluate versions.
technimadhu
5 years agoNew Contributor
my version is 3.17.. I did try to upgrade to 3.32 , and still got similar parameter not rendering error. The swagger files worked fine with older Spring boot 1.5
- technimadhu5 years agoNew Contributor
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.