Is it possible to use dependency injection with unit tests using Spring Boot? For integration testing @SpringBootTest start the whole application context and co
@SpringBootTest