Springboot org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean wit

SpringBootTest 测试用例中,当引入

@Autowird 一个包含 @Test 的类的时候,会报告找不到,
autowird 的类不能有@test 测试
否则报告UnsatisfiedDependencyException,无法加载该类

你可能感兴趣的:(java,spring,boot,java,Unsatisfied,Dependency,Exception)