Moving data-router to Springboot for security
[aai/data-router.git] / src / main / java / org / onap / aai / datarouter / SpringXMLConfig.java
diff --git a/src/main/java/org/onap/aai/datarouter/SpringXMLConfig.java b/src/main/java/org/onap/aai/datarouter/SpringXMLConfig.java
new file mode 100644 (file)
index 0000000..1d9234c
--- /dev/null
@@ -0,0 +1,11 @@
+package org.onap.aai.datarouter;
+
+import org.springframework.context.annotation.Configuration;
+import org.springframework.context.annotation.ImportResource;
+
+@Configuration
+@ImportResource({"file:${SERVICE_BEANS}/*.xml"})
+public class SpringXMLConfig {
+
+}
\ No newline at end of file