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 --- .../META-INF/spring/applicationContext.xml | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 spring-framework/20-aop-xml/src/main/resources/META-INF/spring/applicationContext.xml (limited to 'spring-framework/20-aop-xml/src/main/resources') diff --git a/spring-framework/20-aop-xml/src/main/resources/META-INF/spring/applicationContext.xml b/spring-framework/20-aop-xml/src/main/resources/META-INF/spring/applicationContext.xml new file mode 100644 index 0000000..ecf08e4 --- /dev/null +++ b/spring-framework/20-aop-xml/src/main/resources/META-INF/spring/applicationContext.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3