We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbc79ae + 3ea9819 commit c2e89feCopy full SHA for c2e89fe
build.gradle.kts
@@ -38,6 +38,12 @@ dependencies {
38
// https://mvnrepository.com/artifact/org.postgresql/postgresql
39
implementation("org.postgresql:postgresql:42.6.0")
40
41
+ // https://mvnrepository.com/artifact/org.slf4j/slf4j-api
42
+ implementation("org.slf4j:slf4j-api:2.0.9")
43
+ // https://mvnrepository.com/artifact/org.slf4j/slf4j-simple
44
+ implementation("org.slf4j:slf4j-simple:2.0.9")
45
+
46
47
// 光 HikariCP・A solid, high-performance, JDBC connection pool at last.
48
// https://github.com/brettwooldridge/HikariCP#artifacts
49
// https://www.baeldung.com/hikaricp
0 commit comments