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/22-aop-xml-around/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 spring-framework/22-aop-xml-around/pom.xml (limited to 'spring-framework/22-aop-xml-around/pom.xml') diff --git a/spring-framework/22-aop-xml-around/pom.xml b/spring-framework/22-aop-xml-around/pom.xml new file mode 100644 index 0000000..b9da4a8 --- /dev/null +++ b/spring-framework/22-aop-xml-around/pom.xml @@ -0,0 +1,30 @@ + + 4.0.0 + + + com.example.spring + base-config + 0.0.1-SNAPSHOT + ../00-config + + + aop-xml-around + jar + + + + org.springframework + spring-aop + ${springVersion} + + + + org.aspectj + aspectjweaver + ${aspectjVersion} + + + + -- cgit v1.2.3