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
With Spring Boot 3, it is no longer required to use @EnableBatchProcessing to enable Spring Boot’s auto-configuration of Spring Batch. If you use that annotation, the auto-configuration of batch (including the automatic job execution at startup) will back-off.
When using '@EnableBatchProcessing' in Spring Boot3, default settings are initialized. Therefore, batch operation may not work.
The text was updated successfully, but these errors were encountered: