Spring Batch 5/Spring Boot 3 Upg

2023-09-03  本文已影响0人  程序员札记

Spring Batch 5.0 Themes

Spring Batch 5.0 has the following major themes:

Key Changes

Run only 1 Job instead of multi Jobs

image.png

JobBuilderFactory & StepBuilderFactory are deprecated

image.png

transactionManager must be provided when creating a step

image.png

Job parameters handling updates

image.png

ItemWriter Changes

image.png

Date types updates

image.png

Default ExecutionContextSerializer changed

image.png

SystemCommandTasklet updates

image.png

BatchConfigurer is removed

image.png
上一篇 下一篇

猜你喜欢

热点阅读