Swagger API error #32
Unanswered
andrewcosta1109
asked this question in
Q&A
Replies: 2 comments 2 replies
|
Hi @roberta484 The error you got typically means there is a binary incompatibility between Spring Framework version you are using and the version that So I suggest to downgrade the Spring Boot to 3.18 Thanks |
1 reply
|
Seems like your issue is not caused by Tr to upgrade For more detailed explanantion, please check the stackoverflow. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
While accessing swagger API, I get java.lang.NoSuchMethodError: 'void org.springframework.web.method.ControllerAdviceBean.(java.lang.Object)':
I'm using Spring Boot 3.4.5 with springdoc-openapi-starter-webmvc-ui:2.3.0 to integrate Swagger UI in my Spring Boot REST application. I have shown the security configuration in the below:
I got the following error in my console
Is this because
@ControllerAdviceis only used here in the code?All reactions