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 --- spring-framework/00-config/pom.xml | 99 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 spring-framework/00-config/pom.xml (limited to 'spring-framework/00-config/pom.xml') diff --git a/spring-framework/00-config/pom.xml b/spring-framework/00-config/pom.xml new file mode 100644 index 0000000..be77ab6 --- /dev/null +++ b/spring-framework/00-config/pom.xml @@ -0,0 +1,99 @@ + + 4.0.0 + + com.example.spring + base-config + 0.0.1-SNAPSHOT + pom + + + UTF-8 + + + 7.0.7 + 1.9.25.1 + + 2.14.0 + 3.5.8 + + + + + + + + + + maven-compiler-plugin + 3.15.0 + + 25 + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.5.0 + + + + com.example.spring.App + + + + + + + + org.codehaus.mojo + exec-maven-plugin + 3.6.3 + + + + java + + + + + com.example.spring.App + + + + java + + -classpath + + + com.example.spring.App + + + + + + + + + + org.springframework + spring-context + ${springVersion} + + + + -- cgit v1.2.3