developers-api/README.md

745 B

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)