@IntegrationTest 与 @WebIntegrationTest 注解

@IntegrationTest vs @WebIntegrationTest annotations

在Spring(Boot)中,@IntegrationTest@WebIntegrationTest有什么区别?

根据文档,这两个注释都提供了一个在常用端口上侦听的完全加载的应用程序服务器。

@WebIntegrationTest = @IntegrationTest + @WebAppConfiguration