diff options
| author | Paul-Christian Volkmer | 2023-03-13 12:41:00 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-03-13 12:41:00 +0100 |
| commit | 6804b290cd7f60e91b72b59f8922f4271b095417 (patch) | |
| tree | 537ba4a46426d769483ebd85147180c62ae0b7a7 /src/main/resources | |
| parent | e89b31532b67cf2026f1b2b975176c950bfeaaa7 (diff) | |
Issue #7: Übernahme von MTB und MTB-Datum aus Hauptformular
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/de/itc/onkostar/library/moduleContext.xml | 1 |
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 51844e1..8bd2c82 100644 --- a/src/main/resources/de/itc/onkostar/library/moduleContext.xml +++ b/src/main/resources/de/itc/onkostar/library/moduleContext.xml @@ -16,6 +16,7 @@ <context:component-scan base-package="ATCCodes" /> <context:component-scan base-package="DNPM.forms" /> + <context:component-scan base-package="DNPM.services" /> <mvc:resources mapping="/app/lib/umr/**" location="classpath:/app/lib/umr/" /> </beans>
\ No newline at end of file |
