Spring Boot - Testing Spring Boot Applications
Why is it recommended to use
TestRestTemplate with @SpringBootTest(webEnvironment = RANDOM_PORT) instead of MOCK web environment for full integration tests?