Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 509 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 509 Bytes

Loan keeper 4 SEM

To run:

Env vars needed:

Name Description Example
SPR_PORT Which port to run on 8080
SPR_DB_LOC IP and port of database localhost:3306
SPR_DB_USERNAME Username for the databae keeper
SPR_DB_PW Password for the database supersecretpw

To run, enter gradle bootRun, or gradle bootJar to build a jar