Commit Graph

4 Commits

Author SHA1 Message Date
d25a43c219 add AccountService 2025-09-13 12:52:14 +02:00
9e5bf28ff9 add account data
- AccountRepository
- AccountEntity
- 001-accounts.sql
- Account with Request and Response
2025-09-13 12:48:58 +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
Aura Ascend
772e693d48 Initial commit 2025-09-13 12:45:03 +02:00