Commit Graph

5 Commits

Author SHA1 Message Date
4833eebdd0 update TransactionController with withdrawal 2025-09-14 18:12:11 +02:00
04d102c7e1 add TransactionController 2025-09-14 18:12:11 +02:00
c96604ae79 update AccountController with balance 2025-09-14 18:12:11 +02:00
85c140a815 add AccountController 2025-09-14 18:12:11 +02:00
83897285e4 project setup
- update README.md
- setup tls
  - update gradle.properties with docker tls ports
  - update application.yml
    - disable tls in develop
    - set docker values
    - add default tls values
  - add keystore.p12
- setup postgres
  - update application.yml with defualt values
  - add 000-initizalise.sql
  - add postgres dependencies and config
  - add docker compose development
- add actuator.http
- add http environment
- update name and readme for service
2025-09-14 18:12:11 +02:00