Which annotation is typically used with TestRestTemplate to start the server on a random port for testing?
@WebMvcTest
@EnableRestTemplate
@RestTest
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
This question is part of this quiz :
Advance Java Quiz Day 81