I just created a batch job using Spring Batch framework, but I don\'t have Database privileges to run CREATE SQL. When I try to run the batch job I hit the error while the f
this works for me: Spring boot 2.0
batch: initialize-schema: never initializer: enabled: false