Package | Description |
---|---|
org.springframework.boot.autoconfigure.batch |
Auto-configuration for Spring Batch.
|
org.springframework.boot.autoconfigure.integration |
Auto-configuration for Spring Integration.
|
org.springframework.boot.autoconfigure.quartz |
Auto-configuration for Quartz Scheduler.
|
org.springframework.boot.autoconfigure.session |
Auto-configuration for Spring Session.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchDataSourceInitializer
Initialize the Spring Batch schema (ignoring errors, so it should be idempotent).
|
Modifier and Type | Class and Description |
---|---|
class |
IntegrationDataSourceInitializer
Initializer for Spring Integration schema.
|
Modifier and Type | Class and Description |
---|---|
class |
QuartzDataSourceInitializer
Initialize the Quartz Scheduler schema.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcSessionDataSourceInitializer
Initializer for Spring Session schema.
|