initial implementation of loan approval service

This commit is contained in:
2025-12-05 10:22:10 +01:00
parent ef5b7072cf
commit 2fe315b7df
16 changed files with 784 additions and 2 deletions

View File

@ -41,6 +41,13 @@
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
<!-- SQLite JDBC Driver -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.43.0.0</version>
</dependency>
</dependencies>
<build>