Go to file
Konstantinos Triantafyllou 2928caf3bf [maven-release-plugin] prepare release developers-api-2.0.0-BETA 2024-10-21 11:41:00 +03:00
scripts Add script to rollback 2024-06-04 11:36:38 +03:00
src/main Remove spring.jpa.hibernate.ddl-auto=none from properties 2024-10-11 21:29:31 +03: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 Minor updates in Read Me 2024-09-20 11:55:10 +03:00
pom.xml [maven-release-plugin] prepare release developers-api-2.0.0-BETA 2024-10-21 11:41:00 +03: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.driver       # Required - SQL Driver - Default: org.postgresql.Driver
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)