summaryrefslogtreecommitdiffstats
path: root/warehouse/src/main/resources/config/spring-application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'warehouse/src/main/resources/config/spring-application.xml')
-rw-r--r--warehouse/src/main/resources/config/spring-application.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/warehouse/src/main/resources/config/spring-application.xml b/warehouse/src/main/resources/config/spring-application.xml
new file mode 100644
index 0000000..9a9d89b
--- /dev/null
+++ b/warehouse/src/main/resources/config/spring-application.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
+ xmlns:context="http://www.springframework.org/schema/context"
+ xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx"
+ xmlns:util="http://www.springframework.org/schema/util"
+ xsi:schemaLocation="http://www.springframework.org/schema/beans
+ http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
+ http://www.springframework.org/schema/context
+ http://www.springframework.org/schema/context/spring-context-3.2.xsd
+ http://www.springframework.org/schema/tx
+ http://www.springframework.org/schema/tx/spring-tx-3.2.xsd
+ http://www.springframework.org/schema/aop
+ http://www.springframework.org/schema/aop/spring-aop-3.2.xsd
+ http://www.springframework.org/schema/util
+ http://www.springframework.org/schema/util/spring-util-3.2.xsd">
+
+</beans> \ No newline at end of file