You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @EnableBatchProcessing annotation does a good job in documenting which beans are registered in the application context and how to use or customize them. However, it does not specify which implementation of each bean is used by default.
For example, the annotation mentions that a JobLauncher is registered as a bean named jobLauncher, but does not specify that it is a SimpleJobLauncher (which in turn is configured by default to use a SyncTaskExecutor).