refactor: replace Spring Boot with Jooby framework #1

Merged
admin merged 1 commits from chore/migrate-to-jooby into develop 2026-03-02 17:02:03 +00:00

1 Commits

Author SHA1 Message Date
eb51b221cf 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 17:59:30 +01:00