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