No qualifying bean of type 'com.jssj.ssd.service.IssdgService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
Controller:
1 先看@Server 有没有进行配置
2 再看ssm 框架中包扫描是否进行了交叉扫描
让springmvc 配置文件中只扫描controller包下文件,而spring配置文件扫描其他包下的注解
3 如果其他没问题,那么就先请清除编译后的classes 文件,然后让系统重新进行编译classes 文件,系统编译出错会出现上述情况(我是用这种方法解决的)
本文详细解析了在SpringMVC与Spring框架整合过程中,出现No qualifying bean of type异常的原因及解决办法。主要从检查Server配置、SSM框架包扫描设置、清除并重新编译classes文件三个方面入手,为开发者提供了实用的故障排查与解决方案。
3956

被折叠的 条评论
为什么被折叠?



