mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add support for in-memory Batch infrastructure
This commit moves the existing JDBC-based Spring Batch infrastructure to a new 'spring-boot-batch-jdbc' module, while the existing module only offers in-memory (aka resourceless) support. The commit also updates the reference guide to provide some more information about what's available and how to use it. Closes gh-46307
This commit is contained in:
@@ -22,8 +22,6 @@ description = "Starter for using Spring Batch"
|
||||
|
||||
dependencies {
|
||||
api(project(":starter:spring-boot-starter"))
|
||||
api(project(":starter:spring-boot-starter-jdbc"))
|
||||
|
||||
api(project(":module:spring-boot-batch"))
|
||||
api(project(":module:spring-boot-jdbc"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user