iamkdblue
03/31/2021, 1:02 PMCaused 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
nfrankel
03/31/2021, 1:15 PMkotlin-reflect
on the classpath?
https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-reflectiamkdblue
03/31/2021, 2:01 PM