NoClassDefFoundError org/mapstruct/factory/Mappers #2620
Unanswered
christer-finfollow
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
This problem is usually not related to MapStruct, but rather to Springfox Swagger 2 (which I assume is what you are using. Make sure that you have the |
Beta Was this translation helpful? Give feedback.
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.
-
When we try to deploy our SpringBoot app with Swagger 2 on AWS Lambda we get following error
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [springfox.documentation.swagger2.mappers.RequestParameterMapperImpl]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: org/mapstruct/factory/Mappers
Any clue what is causing the issue?
Beta Was this translation helpful? Give feedback.
All reactions