In Spring (Boot), what is the difference between @IntegrationTest
and @WebIntegrationTest
?
According to documentation both annotations supply a fully loaded application server listening on usual ports.
@WebIntegrationTest = @IntegrationTest + @WebAppConfiguration
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With