I am using SpringDoc, version <= 2.6.0 with Spring Boot 3.x and getting following error while accessing http://localhost:8080/v3/api-docs
There was an unexpected error (type=Internal Server Error, status=500).
'void .springframework.web.method.ControllerAdviceBean.<init>(java.lang.Object)'
java.lang.NoSuchMethodError: 'void .springframework.web.method.ControllerAdviceBean.<init>(java.lang.Object)'
at .springdoc.core.service.GenericResponseService.lambda$getGenericMapResponse$8(GenericResponseService.java:706)
How do I resolve that issue ?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744859861a4597636.html
评论列表(0条)