summaryrefslogtreecommitdiff
path: root/src/main/resources/de
diff options
context:
space:
mode:
authorBusfreak2023-03-10 10:54:59 +0100
committerGitHub2023-03-10 10:54:59 +0100
commit68e2312651779220ec68f5bbb2eb9339505ebb3d (patch)
treeaee5e630082ae7a1f81fccdc0ebdaeefc950689c /src/main/resources/de
parent9d66c42460dda63a6380ba0f30004fcd92a4f5c4 (diff)
parent4b121482f1a8323ea23858e8118934be5d9aa54c (diff)
Merge pull request #6 from CCC-MF/issue_5
Issue #5: Vorschlag für den Aufbau des Projekts
Diffstat (limited to 'src/main/resources/de')
-rw-r--r--src/main/resources/de/itc/onkostar/library/moduleContext.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/main/resources/de/itc/onkostar/library/moduleContext.xml b/src/main/resources/de/itc/onkostar/library/moduleContext.xml
new file mode 100644
index 0000000..efcde36
--- /dev/null
+++ b/src/main/resources/de/itc/onkostar/library/moduleContext.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:context="http://www.springframework.org/schema/context"
+ xmlns:mvc="http://www.springframework.org/schema/mvc"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:tx="http://www.springframework.org/schema/tx"
+ xsi:schemaLocation="
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
+ http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd">
+
+ <bean id="DNPMHelper" class="DNPM.DNPMHelper" />
+ <bean id="Merkmalskatalog" class="DNPM.Merkmalskatalog" />
+ <bean id="ConsentManager" class="DNPM.ConsentManager" />
+
+ <context:component-scan base-package="ATCCodes"/>
+
+ <mvc:resources mapping="/app/lib/umr/**" location="classpath:/app/lib/umr/" />
+</beans> \ No newline at end of file