expected at least 1 bean which qualifies as autowire candidate. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
不要将参数required改为false解决问题,应该要在dao的实现类上加入@repository注解注入到容器中~
expected at least 1 bean which qualifies as autowire candidate. Dependency annotations:
{@org.springframework.beans.factory.annotation.Autowired(required=true)}
不要将参数required改为false解决问题,应该要在dao的实现类上加入@repository注解注入到容器中~