Go to file
Konstantinos Triantafyllou 25aebd3e4a [maven-release-plugin] prepare for next development iteration 2026-08-07 14:17:21 +03:00
src/main [tenants | UPDATED | DONE]: Update NotificationDAO and NotificationService to support tenant-specific queries and operations. Inject AuthorizationService, set tenant field during notification operations, and bump uoa-authorization-library to version 3.3.0. 2026-08-07 14:16:43 +03:00
.gitignore Adding .gitignore 2022-08-31 16:41:19 +03:00
README.md Update ReadMe with the new version 2024-10-17 11:13:53 +03:00
pom.xml [maven-release-plugin] prepare for next development iteration 2026-08-07 14:17:21 +03:00

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>