feat: DB adjustments + connection profile #5

Merged
torge-hmn merged 3 commits from feat/db-adjustments into main 2024-11-17 19:57:39 +00:00
Showing only changes of commit ba6c5a473f - Show all commits

View file

@ -30,7 +30,8 @@ repositories {
dependencies { dependencies {
implementation("org.zeroturnaround:zt-exec:1.12") implementation("org.zeroturnaround:zt-exec:1.12")
implementation("org.apache.commons:commons-lang3:3.17.0")implementation("org.springframework.boot:spring-boot-autoconfigure") implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("org.springframework.boot:spring-boot-autoconfigure")
implementation("org.springframework.boot:spring-boot-starter-jdbc") implementation("org.springframework.boot:spring-boot-starter-jdbc")
implementation("org.xerial:sqlite-jdbc") implementation("org.xerial:sqlite-jdbc")