Spring test timeout
I would like to set a timeout for Spring integration test.
Injecting auto-configured bean in SpringBoottest
In a Spring Boot application I’m using the Jackson ObjectMapper
bean instantiated and auto-configured by the framework.