Go to file
Konstantinos Triantafyllou 544dceb7f8 Minor updates in Read Me 2024-09-20 11:55:10 +03:00
scripts Add script to rollback 2024-06-04 11:36:38 +03:00
src/main Upgrade to spring boot 3 and jave 17. Add information in ReadMe. 2024-09-20 10:11:59 +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 Upgrade to spring boot 3 and jave 17. Add information in ReadMe. 2024-09-20 10:11:59 +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)