finance-backend/ ├── src/main/java/com/zorvyn/finance/ │ ├── FinanceBackendApplication.java # Entry point │ ├── config ...
SQLite was chosen for zero-setup simplicity. Switching to PostgreSQL or MySQL only requires changing application.properties and the Maven dependency — no code changes needed. JWT tokens are stateless ...
Abstract: SQLite, one of the most popular light-weighted database system, has been widely used in various systems. However, the compact design of SQLite did not make enough consideration on user data ...