Konstantinos Triantafyllou c19b82f235 | ||
---|---|---|
scripts | ||
src/main | ||
.gitignore | ||
LICENSE | ||
README.md | ||
pom.xml |
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)