Relative Content

Tag Archive for springspring-batchspring-test

Spring batch test : cannot find a bean

I’m writing tests for spring batch. But my test fails because it cannot find a JobRepository bean from application context. I thought @SpringBatchTest was supposed to load this bean but it doesn’t work. I added BatchAutoConfiguration.class but didn’t work either