I am getting this error while accessing Repository...
# spring
i
I am getting this error while accessing Repository from other module, even i tried stackoverflow answer but it didnt workout, does anyone experience with error?
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'hanaServiceImpl': Unsatisfied dependency expressed through field 'userMappingRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userMappingRepository' defined in net.broachcutter.repository.UserMappingRepository defined in @EnableJpaRepositories declared on DealerMainApplication: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: kotlin/reflect/full/KClasses
n
🔥 1
i
@nfrankel Thanks its worked
👍 1
114 Views