cristianprofile / spring-batch-testing

Spring Batch integration testing simple job

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-batch-testing

Spring Batch integration testing simple job example.

Using @SpringBootTest the entire batch application runs When I test method is executed.You must disable this feature using application.properties inside test/resources using this property value:

     spring.batch.job.enabled=false

About

Spring Batch integration testing simple job


Languages

Language:Java 100.0%