GitHub - tim0798/spring-batch-testing: Spring Batch integration testing simple job · GitHub
Skip to content

tim0798/spring-batch-testing

 
 

Folders and files

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Java 100.0%