SpringBoot整合junit

1、添加依賴 org.mybatis.spring.boot mybatis-spring-boot-starter 1.1.1 2、創建測試類 如圖創建test目錄下的測試類 3、在測試類上添加註解 @RunWith()內是固定的 SpringRunner.class @SpringBootTest則寫啓動類字節碼 4、在測試類注入對象 5、運行 遍歷集合,運行成功
相關文章
相關標籤/搜索