以前我使用的是批处理spring-batch-core-2.2.0,spring-batch-infrastructure-2.2.0但现在我想使用spring-batch-3.0.0,所以我更换了罐子并使用了spring-batch-core-3.0.0,,spring-batch-infrastructure-3.0.0和spring-retry-1.0.2.RELEASE0 javax.batch-api-1.。
但现在我收到错误::
“错误的 SQL 语法 [INSERT into BATCH_JOB_EXECUTION(JOB_EXECUTION_ID, JOB_INSTANCE_ID, START_TIME, END_TIME, STATUS, EXIT_CODE, EXIT_MESSAGE, VERSION, CREATE_TIME, LAST_UPDATED, JOB_CONFIGURATION_LOCATION) 值 (?, ?, ?, ?, ?, ?, ?, ?, ? ,?,?)];嵌套异常是 com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:“字段列表”中的未知列“JOB_CONFIGURATION_LOCATION””
我不想删除 Spring Batch 生成的以前的数据。