Spring Batch - How to create metadata tables on Different schema?
问题 I am looking to create the Spring Batch Metadata table on the same MySQL Host, but using different schema. I want to create application specific tables on Test schema and Metadata tables on batchmetadata schema. Error: java.lang.IllegalStateException: Failed to execute CommandLineRunner at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:787) [spring-boot-2.2.2.RELEASE.jar:2.2.2.RELEASE] at org.springframework.boot.SpringApplication.callRunners(SpringApplication