Project

General

Profile

« Previous | Next » 

Revision 60759

[Trunk | Monitor Service]:
1. pom.xml: Add dependency for notification service: uoa-notification-service.
2. UoaMonitorServiceApplication.java: In @SpringBootApplication, add in scanBasePackages "eu.dnetlib.uoanotificationservice".

View differences:

UoaMonitorServiceApplication.java
9 9
import org.springframework.context.annotation.PropertySource;
10 10
import org.springframework.context.annotation.PropertySources;
11 11
//uoahelptexts
12
@SpringBootApplication(scanBasePackages = {"eu.dnetlib.uoamonitorservice", "eu.dnetlib.uoaadmintoolslibrary"
12
@SpringBootApplication(scanBasePackages = {"eu.dnetlib.uoamonitorservice", "eu.dnetlib.uoaadmintoolslibrary", "eu.dnetlib.uoanotificationservice"
13 13
//        , "eu.dnetlib.uoaauthorizationlibrary"
14 14
})
15 15
@PropertySources({

Also available in: Unified diff