We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91af0f8 commit 4e7de31Copy full SHA for 4e7de31
build.gradle.kts
@@ -37,6 +37,7 @@ dependencies {
37
implementation("org.jetbrains.kotlin:kotlin-reflect")
38
implementation("org.springframework.boot:spring-boot-starter-security")
39
implementation("com.github.f4b6a3:ulid-creator:5.2.3")
40
+ implementation("org.mariadb.jdbc:mariadb-java-client:2.7.3")
41
compileOnly("org.projectlombok:lombok")
42
runtimeOnly("com.mysql:mysql-connector-j")
43
runtimeOnly("com.h2database:h2")
0 commit comments