mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-02 01:02:55 +00:00
Benenne Paket 'forms' in 'analyzer' um
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
package DNPM.forms;
|
||||
package DNPM.analyzer;
|
||||
|
||||
import de.itc.onkostar.api.Disease;
|
||||
import de.itc.onkostar.api.IOnkostarApi;
|
@ -1,4 +1,4 @@
|
||||
package DNPM.forms;
|
||||
package DNPM.analyzer;
|
||||
|
||||
import DNPM.services.FormService;
|
||||
import de.itc.onkostar.api.Disease;
|
@ -15,7 +15,7 @@
|
||||
<bean id="ConsentManager" class="DNPM.ConsentManager" />
|
||||
|
||||
<context:component-scan base-package="ATCCodes" />
|
||||
<context:component-scan base-package="DNPM.forms" />
|
||||
<context:component-scan base-package="DNPM.analyzer" />
|
||||
<context:component-scan base-package="DNPM.services" />
|
||||
|
||||
<mvc:resources mapping="/app/lib/umr/**" location="classpath:/app/lib/umr/" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
package DNPM.forms;
|
||||
package DNPM.analyzer;
|
||||
|
||||
import DNPM.services.FormService;
|
||||
import de.itc.onkostar.api.IOnkostarApi;
|
Reference in New Issue
Block a user