org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bankAllocationDao' defined in file [/...
Unsatisfied dependency expressed through field 'bankDao'
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-05-28 00:01:26.426 [main] ERROR org.springframework.boot.SpringApplication:837 - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'bankController': Unsatisfied dependency expressed through field 'bankService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'bankServiceImpl': Unsatisfied dependency expressed through field 'bankDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bankDao' defined in file [/.../target/classes/org/.../product/bank/dao/BankDao.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [....dao.BankDao]: Specified class is an interfaceat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'bankServiceImpl': Unsatisfied dependency expressed through field 'bankDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bankDao' defined in file [/.../BankDao.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [...dao.BankDao]: Specified class is an interface... 20 common frames omitted