From 4afcff940551079617e8f4116e52bb0ef9df7fcc Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 25 Apr 2026 21:53:33 +0530 Subject: Added Spring Framework sample code --- .../08-bank-jdbc-servlet-webapp/pom.xml | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 spring-framework/08-bank-jdbc-servlet-webapp/pom.xml (limited to 'spring-framework/08-bank-jdbc-servlet-webapp/pom.xml') diff --git a/spring-framework/08-bank-jdbc-servlet-webapp/pom.xml b/spring-framework/08-bank-jdbc-servlet-webapp/pom.xml new file mode 100644 index 0000000..cbd9d29 --- /dev/null +++ b/spring-framework/08-bank-jdbc-servlet-webapp/pom.xml @@ -0,0 +1,43 @@ + + 4.0.0 + + + com.example.spring + base-config-webapps + 0.0.1-SNAPSHOT + ../00-config-webapps + + + bank-jdbc-servlet-webapp + war + + + + 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