您好,登錄后才能下訂單哦!
這篇文章將為大家詳細講解有關SpringBoot Test類注入失敗怎么辦,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。
本來 bookService的引用一直是null。
導致每次測試都報空指針異常。
然后現在繼承相應的 ApplicationTests類,然后使用@Component將該類注冊為組件。就可以正常注入了。
補充:關于springboot test @Mapper ,@Autiwired注入無效的問題
@SpringBootTest() @RunWith(SpringRunner.class) public class ProductMapperTest { @Autowired ProductMapper productMapper;
為了給mapper接口 自動根據一個添加@Mapper注解的接口生成一個實現類
怎么注入都是失敗,ProductMapper 使用@Mapper 注解,這個不能注入到spring 容器中(其中原因還是不了解)。
@Autowired 注入不進去的。
@Repository @Mapper public interface ProductMapper {
這下能注入容器中了。
關于“SpringBoot Test類注入失敗怎么辦”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。