是否有任何环境变量,或如何更改maxVarCharLength
中的tablePrefix
之类的JobRepositoryFactoryBean.java
?
我找不到任何名为setter方法的配置类
public void setMaxVarCharLength(int maxVarCharLength) {
this.maxVarCharLength = maxVarCharLength;
}
答案 0 :(得分:0)
由您决定调用此方法来设置maxVarCharLength
属性。然后JobRepositoryFactoryBean
将使用您设置的值来创建JobRepository
。您可以在此处找到示例:https://docs.spring.io/spring-batch/4.0.x/reference/html/job.html#configuringJobRepository