1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-04 01:52:55 +00:00

Verwende Spring Configuration zur Pluginkonfiguration

Dies erlaubt eine dynamische Konfiguration der zu verwendenden Service-Implementierungen
mit Anpassungen je nach Standort oder Einstellungen.
This commit is contained in:
2023-03-15 12:01:50 +01:00
parent c6c1ebdfbb
commit f09826a8ff
12 changed files with 451 additions and 260 deletions

View File

@ -15,8 +15,7 @@
<bean id="ConsentManager" class="DNPM.ConsentManager" />
<context:component-scan base-package="ATCCodes" />
<context:component-scan base-package="DNPM.analyzer" />
<context:component-scan base-package="DNPM.services" />
<context:component-scan base-package="DNPM.config" />
<mvc:resources mapping="/app/lib/umr/**" location="classpath:/app/lib/umr/" />
</beans>