|
|
||
|---|---|---|
| src/main | ||
| .gitignore | ||
| README.md | ||
| pom.xml | ||
README.md
Notification Service
Library that contains methods for inside webapp notification (not emails yet or push notifications).
Configuration
Check first authorization-library.
Mongo configuration
notification.mongodb.host= # Required - Host of mongo DB - default value: localhost
notification.mongodb.port= # Required - Port of mongo DB - default value: 27017
notification.mongodb.username= # Optional - Mongo user - default value: -
notification.mongodb.passord= # Optional - Password of mongo user - default value: -
notification.mongodb.database= # Required - Name of tha database - default value: -
Usage
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>uoa-notification-service</artifactId>
<version>2.0.5</version>
</dependency>