springboot之SpringJUnit4ClassRunner測試Rest接口

springboot採用Junit方式進行測試rest接口,是非常不錯的選擇,提供開發速度,更好的測試接口的正確性 參數描述: @RunWith(SpringJUnit4ClassRunner.class)  引入spring對junit的支持 @SpringApplicationConfiguration(classes = Application.class) 指定springboot啓動類
相關文章
相關標籤/搜索