Uses of Class
io.github.jchejarla.springbatch.clustering.autoconfigure.BatchClusterDataSourceScriptDatabaseInitializer
Packages that use BatchClusterDataSourceScriptDatabaseInitializer
Package
Description
Spring Boot auto-configuration and the configuration-property surface for clustering.
-
Uses of BatchClusterDataSourceScriptDatabaseInitializer in io.github.jchejarla.springbatch.clustering.autoconfigure
Methods in io.github.jchejarla.springbatch.clustering.autoconfigure that return BatchClusterDataSourceScriptDatabaseInitializerModifier and TypeMethodDescriptionBatchClusterAutoConfiguration.batchClusterDataSourceScriptDatabaseInitializer(DataSource dataSource, BatchClusterProperties batchClusterProperties) Optionally creates the cluster tables on startup, controlled byspring.batch.cluster.initialize-schema(seeBatchClusterProperties).