Spring Batch / Postgres : ERROR: relation "batch_job_instance" does not exist
I am trying to configure Spring Batch to use PostGres DB. I have included the following dependencies in my build.gradle.kts file: implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.postgresql:postgresql") My application.yml for my SpringBatch module has the following included: spring: datasource: url: jdbc:postgresql: