Go to file
Konstantinos Triantafyllou c19b82f235 [maven-release-plugin] prepare for next development iteration 2024-12-19 20:31:12 +02:00
scripts Add script to rollback 2024-06-04 11:36:38 +03:00
src/main Change datasource configuration and remove driver class from properties. 2024-11-01 13:51:14 +02:00
.gitignore Initialize client management with login-core 2023-05-18 15:44:23 +03:00
LICENSE Initial commit 2023-05-18 08:51:01 +02:00
README.md Update ReadMe 2024-11-01 13:52:02 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2024-12-19 20:31:12 +02:00

README.md

Developers API

API Registration through AAI API, Personal information and Login with offline_access (Refresh Token).

Configuration

Check first Login-core (offline_access)

Datasource configuration

developers.datasource.url          # Required - jdbc URL to the database
developers.datasource.username     # Optional - Database user if needed
developers.datasource.password     # Optional - Database user password if needed

AAI Issuer

developers.issuer                  # Required - SQL Driver - Default: org.postgresql.Driver

Run

Check Spring boot Documentation (need Login)