springboot 单元测试的写法
Posted MaXianZhe
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot 单元测试的写法相关的知识,希望对你有一定的参考价值。
@RunWith(SpringRunner.class)
@SpringBootTest(classes = CapAndFlinkServiceControllerTest.class)
@WebAppConfiguration
@ComponentScan(basePackages="com.suning.rdrs.srv")
//@MapperScan("com.suning.rdrs.srv.mapper")
public class CapAndFlinkServiceControllerTest {
这么写能解决启动spring boot单元测试的时候,出现spring异常 no bean等异常
以上是关于springboot 单元测试的写法的主要内容,如果未能解决你的问题,请参考以下文章