From b1d598a2f02819bc127d0d3522dc7ac91b4dee65 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sun, 10 May 2026 14:23:46 +0530 Subject: Added Spring sample application related to structure --- .../spring-task-manager-structure/pom.xml | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 spring-framework/spring-task-manager-structure/pom.xml (limited to 'spring-framework/spring-task-manager-structure/pom.xml') diff --git a/spring-framework/spring-task-manager-structure/pom.xml b/spring-framework/spring-task-manager-structure/pom.xml new file mode 100644 index 0000000..6a3307d --- /dev/null +++ b/spring-framework/spring-task-manager-structure/pom.xml @@ -0,0 +1,42 @@ + + 4.0.0 + + + com.example.spring + base-config + 0.0.1-SNAPSHOT + ../00-config + + + bank-jdbc-ds-transaction + jar + + + + org.springframework + spring-jdbc + ${springVersion} + + + + org.apache.commons + commons-dbcp2 + ${commonsDBCP2Version} + + + commons-logging + commons-logging + + + + + + org.mariadb.jdbc + mariadb-java-client + ${mariadbClientVersion} + + + + -- cgit v1.2.3