摘要: 场景 在项目开发中我们对dubbo接口通常可以通过junit编写单页测试来进行自测,配合spring-boot-starter-test,通常是如下方式: @RunWith(SpringJUnit4ClassRunner.class) @SpringBootTest(classes = XxxApp 阅读全文
posted @ 2021-01-27 22:59 cdfive 阅读(2310) 评论(0) 推荐(0)