SpringBoot單元測試

在test——>java文件夾下創建類 注入需要測試的類,添加註解 @SpringBootTest(classes = Application.class) @RunWith(SpringRunner.class) @Test
相關文章
相關標籤/搜索