Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01JoVmf2fWvcpoXndcDSwRf7
8 lines
688 B
Plaintext
8 lines
688 B
Plaintext
# No PaymentGateway bean at all
|
|
|
|
top exception : org.springframework.beans.factory.UnsatisfiedDependencyException
|
|
top message : Error creating bean with name 'checkoutPlain': Unsatisfied dependency expressed through constructor parameter 0: No qualifying bean of type 'com.ankurm.coredi.injection.PaymentGateway' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
|
|
|
|
root cause : org.springframework.beans.factory.NoSuchBeanDefinitionException
|
|
root message : No qualifying bean of type 'com.ankurm.coredi.injection.PaymentGateway' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
|