developers-api/README.md

22 lines
841 B
Markdown
Raw Normal View History

2023-07-13 18:15:18 +02:00
# Developers API
2023-05-18 08:51:01 +02:00
API Registration through AAI API, Personal information and Login with offline_access (Refresh Token).
## Configuration
Check first [Login-core](https://code-repo.d4science.org/MaDgIK/uoa-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
2024-09-20 10:55:10 +02:00
## Run
Check [Spring boot Documentation](https://code-repo.d4science.org/MaDgIK/Documentation/wiki/Spring-boot) (need Login)