启动报错
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 297
- PR merge metrics
- No merged PRs in 30d
Description
`org.springframework.context.support.AbstractApplicationContext.refresh(558) | Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authorizationCode': Unsatisfied dependency expressed through field 'authDao'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.skyeye.dao.AuthDao' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the Spring context initialization failure for the `authorizationCode` bean and locating the `AuthDao` type referenced in the stack trace. Check why no qualifying `AuthDao` bean is available; done means the application context starts successfully without this unsatisfied-dependency error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100