我想向 spring JobParameters 添加一个布尔类型参数。但这里: http: //docs.spring.io/spring-batch/trunk/apidocs/org/springframework/batch/core/JobParameter.ParameterType.html它说JobParameter类型仅接受Date,Double,Long,String。
如何向 JobParameters 添加布尔值或任何自定义对象?
spring-batch
spring-batch ×1