Home > Software design >  Swagger is not working in Spring boot framework
Swagger is not working in Spring boot framework

Time:02-23

IT SHOWS FAILED TO LOAD API DEFNITION FOR ONE SERVICE ONLY REST SERVICES ARE WORKING FINE network of the swagger is shown in the image

CodePudding user response:

Do you use spring security? can you load json in swagger? if you use spring security you must add swagger path in webSecurity config

CodePudding user response:

May be you can check for HTTP action on top of a methods is missing or not. Alternatively, try clearing swagger cache from temp folder.

  • Related