summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-04-05 10:28:55 +0200
committerPaul-Christian Volkmer2023-04-05 10:52:26 +0200
commitabb54090aa5173f9822802e23b510862d93889b2 (patch)
tree7ef8df0339fab98115271a1e8e43f183dee7ae0f /src/main/resources
parenta47d6279cfd6a45acb570b4b398d0f712eef9313 (diff)
Issue #19: Integration des ATC-Codes-Plugins in dieses Plugin
closes #19
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/de/itc/onkostar/library/moduleContext.xml1
1 files changed, 1 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
index 6bce989..7a78f8c 100644
--- a/src/main/resources/de/itc/onkostar/library/moduleContext.xml
+++ b/src/main/resources/de/itc/onkostar/library/moduleContext.xml
@@ -26,4 +26,5 @@
<context:component-scan base-package="DNPM.config" />
<mvc:resources mapping="/app/lib/umr/**" location="classpath:/app/lib/umr/" />
+ <mvc:resources mapping="/app/plugins/atccodes/**" location="classpath:/de/ukw/ccc/onkostar/atccodes/" />
</beans> \ No newline at end of file