Commit Graph

7 Commits

Author SHA1 Message Date
5790722fea refactor: replace Spring Boot with Jooby framework
- Remove Spring Boot dependencies and annotations.
- Implement Jooby MVC controllers and Guice dependency injection.
- Migrate persistence layer to Ebean ORM.
- Configure Flyway migrations and ApiErrorController.
- Update application configuration to HOCON format.
2026-03-02 16:38:11 +01:00
2959c68bf3 chore: configure Docker to deploy project using environment-based properties 2025-09-20 10:21:52 +02:00
8ef605ea2d chore: optimize HikariCP pool and JVM memory for Raspberry Pi 2025-09-20 10:07:59 +02:00
9f5306545e feat: implement final Experience API 2025-08-27 16:28:23 +02:00
df24350bd3 chore: add minimal API documentation at root context 2025-08-25 21:58:09 +02:00
5368425c1d chore: modularized persistence package (entity, repo, adapter) 2025-08-25 21:25:53 +02:00
5215bf8779 chore: initial commit - project structure with domain, application, infrastructure, bootstrap, and basic dependencies 2025-08-25 21:13:43 +02:00