diff options
| author | Paul-Christian Volkmer | 2023-03-30 00:29:15 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-04-05 10:43:52 +0200 |
| commit | a47d6279cfd6a45acb570b4b398d0f712eef9313 (patch) | |
| tree | 4efcfd8f2d8cf166bbd33b27ede8640ddc61e033 /src/main/resources/de/itc/onkostar | |
| parent | 4f026b684ba26f826b36171a2c876ef5936df285 (diff) | |
Issue #19: Kopiere class-Dateien aus bestehender JAR-Datei des Plugins ATC-Codes
Diffstat (limited to 'src/main/resources/de/itc/onkostar')
| -rw-r--r-- | src/main/resources/de/itc/onkostar/library/moduleContext.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/de/itc/onkostar/library/moduleContext.xml b/src/main/resources/de/itc/onkostar/library/moduleContext.xml index b943b5f..6bce989 100644 --- a/src/main/resources/de/itc/onkostar/library/moduleContext.xml +++ b/src/main/resources/de/itc/onkostar/library/moduleContext.xml @@ -22,7 +22,7 @@ <constructor-arg ref="consentManagerServiceFactory" /> </bean> - <context:component-scan base-package="ATCCodes" /> + <context:component-scan base-package="de.ukw.ccc.onkostar.atccodes" /> <context:component-scan base-package="DNPM.config" /> <mvc:resources mapping="/app/lib/umr/**" location="classpath:/app/lib/umr/" /> |
