2023
01-31
01-31
解决Test类中不能使用Autowired注入bean的问题
目录Test类中不能使用Autowired注入bean在测试类中我自己使用的测试单元是正确的应该是使用Spring-test里面的测试单元Test包中使用autowired注入提示Couldnotautowire.Nobeansof'xxx'typefound.将autowired注解换成Resource注解完美解决Test类中不能使用Autowired注入bean今天下午好好看了下关于Spring的注解问题。在测试类中使用AutoWired注解一直不能获取到Bean,调用方法时一直报空指针异常。使用ApplicationContext的getBean方...
继续阅读 >