Skip to content

Commit c2e89fe

Browse files
authored
Merge pull request #12 from hossain-khan/feature/add-logger
Added logger due to error earlier
2 parents fbc79ae + 3ea9819 commit c2e89fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ dependencies {
3838
// https://mvnrepository.com/artifact/org.postgresql/postgresql
3939
implementation("org.postgresql:postgresql:42.6.0")
4040

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+
4147
// 光 HikariCP・A solid, high-performance, JDBC connection pool at last.
4248
// https://github.com/brettwooldridge/HikariCP#artifacts
4349
// https://www.baeldung.com/hikaricp

0 commit comments

Comments
 (0)