[+] Check sqlite before application start

This commit is contained in:
Azalea
2024-03-20 17:54:16 -04:00
parent 9155bfb886
commit 59b17aa47e
2 changed files with 19 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ plugins {
id("io.freefair.lombok") version "8.6"
id("org.springframework.boot") version "3.2.3"
id("com.github.ben-manes.versions") version "0.51.0"
application
}
apply(plugin = "io.spring.dependency-management")