Commit Graph

6 Commits

Author SHA1 Message Date
ddf91791e5 update TransactionController with transfer 2025-09-14 12:15:08 +02:00
9dcae1f5e0 update TransactionController with withdrawal 2025-09-14 12:15:08 +02:00
71edd35c8e add TransactionController 2025-09-13 18:54:02 +02:00
68926b0159 update AccountController with balance 2025-09-13 12:53:13 +02:00
0f8e6ab852 add AccountController 2025-09-13 12:52:15 +02:00
61519fc586 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-13 12:46:02 +02:00