WebMvcTest不可能导致缺少ComponentScan排除

时间:2018-05-22 09:36:10

标签: unit-testing spring-boot jhipster

我们开始使用jhipster作为我们的微服务,当迁移旧代码出现问题时,我们的单元测试不会再出现缺失或重复bean的原因。

寻找答案让我得到了类似的问题:

  1. Cannot run Unit Tests against REST layer
  2. @ComponentScan in application class breaks @WebMvcTest and @SpringBootTest
  3. 只要在生成的应用程序类的ComponentScan-Annotation中添加排除项,WebMvcTest就会成功运行。

    在jhipster生成的应用程序类中是否缺少这些排除项的原因?

0 个答案:

没有答案