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:

modules/uoa-monitor-service/trunk/src/main/java/eu/dnetlib/uoamonitorservice/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({
modules/uoa-monitor-service/trunk/pom.xml
78 78
            <version>1.0.0-SNAPSHOT</version>
79 79
        </dependency>
80 80
        <dependency>
81
            <groupId>eu.dnetlib</groupId>
82
            <artifactId>uoa-notification-service</artifactId>
83
            <version>1.0.0-SNAPSHOT</version>
84
        </dependency>
85
        <dependency>
81 86
            <groupId>org.springframework.boot</groupId>
82 87
            <artifactId>spring-boot-starter-test</artifactId>
83 88
            <scope>test</scope>

Also available in: Unified diff