摘要: 第一步 在POM.XML配置,引入依赖 第二步 创建测试类,一如两个注解 @RunWith(SpringRunner.class) @SpringBootTest //需要制定应用 public class SpringBootTests{} 阅读全文
posted @ 2018-12-27 08:39 刀哥道 阅读(249) 评论(0) 推荐(0)