From 58702bd9e2f149ac5aa92a7a6636287c3e2297f3 Mon Sep 17 00:00:00 2001 From: TheoDardel <25983601+TheoDardel@users.noreply.github.com> Date: Wed, 25 Feb 2026 11:03:04 +0100 Subject: [PATCH] Spring Batch JDBC in initial code To be consistent with complete code and to avoid javax.sql.DataSource could not be found error Signed-off-by: TheoDardel <25983601+TheoDardel@users.noreply.github.com> --- initial/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial/pom.xml b/initial/pom.xml index 7ab1842..4afbf10 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -19,7 +19,7 @@ org.springframework.boot - spring-boot-starter-batch + spring-boot-starter-batch-jdbc