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.
This commit is contained in:
2026-03-02 16:38:11 +01:00
parent 83070ccbda
commit d610afb787
68 changed files with 1083 additions and 718 deletions

3
.gitignore vendored
View File

@@ -3,4 +3,5 @@
*.db
target
.env
Icon?
Icon?
.docker