Spring Batch - Unable to create metadata tables on Postgres and load actual data to mysql

后端 未结 2 1896
梦谈多话
梦谈多话 2020-12-18 17:59

I am developing Spring Boot v2.2.6.RELEASE + Spring Batch. In this example, I am looking to read csv file, load the data into mysql and spring batch metadata ta

2条回答
  •  甜味超标
    2020-12-18 18:14

    Maybe you are creating table using quote like "BATCH_JOB_INSTANCE". Also check is schema is specified in datasource.url since you don't use schema name in query.

提交回复
热议问题