jjzjj

XxxService

全部标签

SpringBoot+Mybatis中Service单元测试时报错 Unsatisfied dependency expressed through field ‘XXXService‘;

项目场景:在编写SpringBoot+Mybatis项目时,进行Service单元测试时的报错问题描述主要问题:Unsatisfieddependencyexpressedthroughfield‘XXXService’;org.springframework.beans.factory.UnsatisfiedDependencyException:Errorcreatingbeanwithname'com.passwordtranslate.Service.ServiceImpl.UsersServiceImplTest':Unsatisfieddependencyexpressedthro

IDEA报错:无法自动装配。找不到 ‘xxxService‘ 类型的 Bean。【错误记录】

这个问题卡了两天,deptService一直报红,现在终于解决了 原因:在给Application添加scanBasePackages属性时写到了放Conteoller层的controller文件内,而Service层文件都在此文件夹之外导致无法扫描到service类型的bean 解决方法:在application里加上三层架构文件夹所在的文件夹!!!千万不要写错文件夹!!!  已不报错