-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
启动报错 #1
Comments
jar包是否下载完了呢? |
pom.xml 里面报错,不识别
|
这个就需要您自己处理了,可能是idea版本不同,我这的是可以的 |
感觉并不是pom文件的问题,而是没有扫描到authDao,我把 |
这个已经修改过提交了,sql可以进群获取 |
你怎么解决的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)}
The text was updated successfully, but these errors were encountered: