Commit Graph

6 Commits

Author SHA1 Message Date
85c140a815 add AccountController 2025-09-14 18:12:11 +02:00
dfadf203de add AccountUtil.kt
- AccountEntity toResponse
- Account Request toEntity
2025-09-14 18:12:11 +02:00
79357e4f4d add AccountService 2025-09-14 18:12:11 +02:00
12bc74c1e6 add account data
- AccountRepository
- AccountEntity
- 001-accounts.sql
- Account with Request and Response
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
Aura Ascend
5b11f3b02b Initial commit 2025-09-14 18:11:16 +02:00