Files
portfolio-api/.gitignore
Pablo de la Torre Jamardo 70d00dab20 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:53:28 +01:00

7 lines
43 B
Plaintext

.idea
*.toml
*.db
target
.env
Icon?
.docker