Spring Boot - Testing Spring Boot Applications
You want to write an integration test that loads the full Spring Boot context but disables the web server startup to speed up tests. Which
@SpringBootTest configuration should you use?