Spring Batch @StepScope cannot generate CGLIB subclass

前端 未结 2 1037
野趣味
野趣味 2021-01-01 04:03

EDIT

I created a test project that replicates the issue. It can be found at https://github.com/tomverelst/test-batch.

First run the maven co

2条回答
  •  温柔的废话
    2021-01-01 04:32

    Easly remove from your configuration file; you don't need to add it explicit because is defined in batch namespace (as described in official documentation of Step scope)

提交回复
热议问题